#B9923C

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

Shades of Roti #B9923C

Tints of Roti #B9923C

Color information

#B9923C (or 0xB9923C) is unknown color: approx Roti. HEX triplet: B9, 92 and 3C. RGB value is (185,146,60). Sum of RGB (Red+Green+Blue) = 185+146+60=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9923C is #466DC3. Grayscale: #949494. Windows color (decimal): -4615620 or 3969721. OLE color: 3969721.

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

Color convert

RGB18514660-
CMYK00.210.680.27
HSL41.28º51.02%48.04%-
HSV(B)41.28º67.57%72.55%-
XYZ31.131.28.66-
YUV147.8678.42154.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=47.31%
G=37.34%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851466000.210.680.2741.2851.0248.04
HexB9923C015441B293330
Octal2712227402510433516360
Binary1011100110010010111100010101100010011011101001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9923C; }

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

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

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

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

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

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

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

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