#B8933C

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

Shades of Roti #B8933C

Tints of Roti #B8933C

Color information

#B8933C (or 0xB8933C) is unknown color: approx Roti. HEX triplet: B8, 93 and 3C. RGB value is (184,147,60). Sum of RGB (Red+Green+Blue) = 184+147+60=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8933C is #476CC3. Grayscale: #949494. Windows color (decimal): -4680900 or 3969976. OLE color: 3969976.

HSL color Cylindrical-coordinate representation of color #B8933C: hue angle of 42.1º 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 #B8933C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18414760-
CMYK00.200.670.28
HSL42.1º50.82%47.84%-
HSV(B)42.1º67.39%72.16%-
XYZ31.0231.388.7-
YUV148.1578.26153.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=47.06%
G=37.60%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841476000.200.670.2842.150.8247.84
HexB8933C014431C2a3330
Octal2702237402410334526360
Binary1011100010010011111100010100100001111100101010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8933C; }

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

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

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

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

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

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

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

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