#B9923D

Color #B9923D Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B9923D

Tints of Roti #B9923D

Color information

#B9923D (or 0xB9923D) is unknown color: approx Roti. HEX triplet: B9, 92 and 3D. RGB value is (185,146,61). Sum of RGB (Red+Green+Blue) = 185+146+61=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9923D is #466DC2. Grayscale: #949494. Windows color (decimal): -4615619 or 4035257. OLE color: 4035257.

HSL color Cylindrical-coordinate representation of color #B9923D: hue angle of 41.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9923D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18514661-
CMYK00.210.670.27
HSL41.13º50.41%48.24%-
HSV(B)41.13º67.03%72.55%-
XYZ31.1331.218.8-
YUV147.9778.92154.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=47.19%
G=37.24%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851466100.210.670.2741.1350.4148.24
HexB9923D015431B293230
Octal2712227502510333516260
Binary1011100110010010111101010101100001111011101001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9923D; }

 p { color: rgb(185,146,61); }

 H1.HeaderClassName
 {
   color: #B9923D;
 }
 .AnyTagClassName
 {
   color: #B9923D;
 }
</style>
background-color css

<style>
 a { background-color: #B9923D; }

 a { background-color: rgb(185,146,61); }

 div.DivClassName
 {
   background-color: #B9923D;
 }
 .BgClassName
 {
   background-color: #B9923D;
 }
</style>
border-color css

<style>
 span { border-color: #B9923D; }

 span { border-color: rgb(185,146,61); }

 td.TdClassName
 {
   border-color: #B9923D;
 }
 .TagClassName
 {
   border-color: #B9923D;
 }
</style>