#B8923F

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

Shades of Roti #B8923F

Tints of Roti #B8923F

Color information

#B8923F (or 0xB8923F) is unknown color: approx Roti. HEX triplet: B8, 92 and 3F. RGB value is (184,146,63). Sum of RGB (Red+Green+Blue) = 184+146+63=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8923F is #476DC0. Grayscale: #949494. Windows color (decimal): -4681153 or 4166328. OLE color: 4166328.

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

Color convert

RGB18414663-
CMYK00.210.660.28
HSL41.16º48.99%48.43%-
HSV(B)41.16º65.76%72.16%-
XYZ30.9431.119.08-
YUV147.980.09153.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 63 (25% from 255) = 16.03%
R=46.82%
G=37.15%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841466300.210.660.2841.1648.9948.43
HexB8923F015421C293130
Octal2702227702510234516160
Binary1011100010010010111111010101100001011100101001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8923F; }

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

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

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

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

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

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

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

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