#b8953c

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

Shades of Roti #B8953C

Tints of Roti #B8953C

Color information

#B8953C (or 0xB8953C) is unknown color: approx Roti. HEX triplet: B8, 95 and 3C. RGB value is (184,149,60). Sum of RGB (Red+Green+Blue) = 184+149+60=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8953C is #476AC3. Grayscale: #959595. Windows color (decimal): -4680388 or 3970488. OLE color: 3970488.

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

Color convert

RGB18414960-
CMYK00.190.670.28
HSL43.06º50.82%47.84%-
HSV(B)43.06º67.39%72.16%-
XYZ31.3332.018.8-
YUV149.3277.6152.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 60 (23.83% from 255) = 15.27%
R=46.82%
G=37.91%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841496000.190.670.2843.0650.8247.84
HexB8953C013431C2b3330
Octal2702257402310334536360
Binary1011100010010101111100010011100001111100101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8953c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8953c; }

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

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

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

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

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

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

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

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