#B8993D

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

Shades of Roti #B8993D

Tints of Roti #B8993D

Color information

#B8993D (or 0xB8993D) is unknown color: approx Roti. HEX triplet: B8, 99 and 3D. RGB value is (184,153,61). Sum of RGB (Red+Green+Blue) = 184+153+61=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8993D is #4766C2. Grayscale: #989898. Windows color (decimal): -4679363 or 4037048. OLE color: 4037048.

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

Color convert

RGB18415361-
CMYK00.170.670.28
HSL44.88º50.2%48.04%-
HSV(B)44.88º66.85%72.16%-
XYZ3233.319.16-
YUV151.7876.77150.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 61 (24.22% from 255) = 15.33%
R=46.23%
G=38.44%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841536100.170.670.2844.8850.248.04
HexB8993D011431C2d3230
Octal2702317502110334556260
Binary1011100010011001111101010001100001111100101101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8993D; }

 p { color: rgb(184,153,61); }

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

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

 a { background-color: rgb(184,153,61); }

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

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

 span { border-color: rgb(184,153,61); }

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