#B7913D

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

Shades of Roti #B7913D

Tints of Roti #B7913D

Color information

#B7913D (or 0xB7913D) is unknown color: approx Roti. HEX triplet: B7, 91 and 3D. RGB value is (183,145,61). Sum of RGB (Red+Green+Blue) = 183+145+61=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7913D is #486EC2. Grayscale: #939393. Windows color (decimal): -4746947 or 4034999. OLE color: 4034999.

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

Color convert

RGB18314561-
CMYK00.210.670.28
HSL41.31º50%47.84%-
HSV(B)41.31º66.67%71.76%-
XYZ30.530.668.72-
YUV146.7979.59153.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 61 (24.22% from 255) = 15.68%
R=47.04%
G=37.28%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831456100.210.670.2841.315047.84
HexB7913D015431C293230
Octal2672217502510334516260
Binary1011011110010001111101010101100001111100101001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7913D; }

 p { color: rgb(183,145,61); }

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

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

 a { background-color: rgb(183,145,61); }

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

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

 span { border-color: rgb(183,145,61); }

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