#B8923C

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

Shades of Roti #B8923C

Tints of Roti #B8923C

Color information

#B8923C (or 0xB8923C) is unknown color: approx Roti. HEX triplet: B8, 92 and 3C. RGB value is (184,146,60). Sum of RGB (Red+Green+Blue) = 184+146+60=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8923C is #476DC3. Grayscale: #939393. Windows color (decimal): -4681156 or 3969720. OLE color: 3969720.

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

Color convert

RGB18414660-
CMYK00.210.670.28
HSL41.61º50.82%47.84%-
HSV(B)41.61º67.39%72.16%-
XYZ30.8631.078.65-
YUV147.5678.59153.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=47.18%
G=37.44%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841466000.210.670.2841.6150.8247.84
HexB8923C015431C2a3330
Octal2702227402510334526360
Binary1011100010010010111100010101100001111100101010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8923C; }

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

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

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

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

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

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

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

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