#B8963D

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

Shades of Roti #B8963D

Tints of Roti #B8963D

Color information

#B8963D (or 0xB8963D) is unknown color: approx Roti. HEX triplet: B8, 96 and 3D. RGB value is (184,150,61). Sum of RGB (Red+Green+Blue) = 184+150+61=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8963D is #4769C2. Grayscale: #969696. Windows color (decimal): -4680131 or 4036280. OLE color: 4036280.

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

Color convert

RGB18415061-
CMYK00.180.670.28
HSL43.41º50.2%48.04%-
HSV(B)43.41º66.85%72.16%-
XYZ31.5232.349-
YUV150.0277.76152.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 61 (24.22% from 255) = 15.44%
R=46.58%
G=37.97%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841506100.180.670.2843.4150.248.04
HexB8963D012431C2b3230
Octal2702267502210334536260
Binary1011100010010110111101010010100001111100101011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8963D; }

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

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

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

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

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

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

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

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