#B7934A

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

Shades of Roti #B7934A

Tints of Roti #B7934A

Color information

#B7934A (or 0xB7934A) is unknown color: approx Roti. HEX triplet: B7, 93 and 4A. RGB value is (183,147,74). Sum of RGB (Red+Green+Blue) = 183+147+74=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7934A is #486CB5. Grayscale: #959595. Windows color (decimal): -4746422 or 4887479. OLE color: 4887479.

HSL color Cylindrical-coordinate representation of color #B7934A: hue angle of 40.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7934A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18314774-
CMYK00.200.600.28
HSL40.18º43.08%50.39%-
HSV(B)40.18º59.56%71.76%-
XYZ31.231.4310.9-
YUV149.4485.43151.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 74 (29.30% from 255) = 18.32%
R=45.30%
G=36.39%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831477400.200.600.2840.1843.0850.39
HexB7934A0143C1C282b32
Octal2672231120247434505362
Binary1011011110010011100101001010011110011100101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7934A; }

 p { color: rgb(183,147,74); }

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

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

 a { background-color: rgb(183,147,74); }

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

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

 span { border-color: rgb(183,147,74); }

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