#B69248

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

Shades of Roti #B69248

Tints of Roti #B69248

Color information

#B69248 (or 0xB69248) is unknown color: approx Roti. HEX triplet: B6, 92 and 48. RGB value is (182,146,72). Sum of RGB (Red+Green+Blue) = 182+146+72=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B69248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69248 is #496DB7. Grayscale: #949494. Windows color (decimal): -4812216 or 4756150. OLE color: 4756150.

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

Color convert

RGB18214672-
CMYK00.200.600.29
HSL40.36º43.31%49.8%-
HSV(B)40.36º60.44%71.37%-
XYZ30.7430.9710.49-
YUV148.3384.93152.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 72 (28.52% from 255) = 18%
R=45.5%
G=36.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821467200.200.600.2940.3643.3149.8
HexB692480143C1D282b32
Octal2662221100247435505362
Binary1011011010010010100100001010011110011101101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69248; }

 p { color: rgb(182,146,72); }

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

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

 a { background-color: rgb(182,146,72); }

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

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

 span { border-color: rgb(182,146,72); }

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