#B6934A

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

Shades of Roti #B6934A

Tints of Roti #B6934A

Color information

#B6934A (or 0xB6934A) is unknown color: approx Roti. HEX triplet: B6, 93 and 4A. RGB value is (182,147,74). Sum of RGB (Red+Green+Blue) = 182+147+74=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6934A is #496CB5. Grayscale: #959595. Windows color (decimal): -4811958 or 4887478. OLE color: 4887478.

HSL color Cylindrical-coordinate representation of color #B6934A: hue angle of 40.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6934A is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18214774-
CMYK00.190.590.29
HSL40.56º42.52%50.2%-
HSV(B)40.56º59.34%71.37%-
XYZ30.9631.3110.89-
YUV149.1485.6151.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=45.16%
G=36.48%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821477400.190.590.2940.5642.5250.2
HexB6934A0133B1D292b32
Octal2662231120237335515362
Binary1011011010010011100101001001111101111101101001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6934A; }

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

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

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

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

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

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

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

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