Html Css Color HEX #B69240 Roti

📋 copy color: '#B69240'

red 182 ◦ green 146 ◦ blue 64

#B69240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #B69240

Tints of Roti #B69240

RGB

 RED value IS 182 (71.48% from 255) = 46.43%

 GREEN value IS 146 (57.42% from 255) = 37.24%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 46.43%
G = 37.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B69240 (or 0xB69240) is known color: Roti. HEX triplet: B6, 92 and 40. RGB value is (182,146,64). Sum of RGB (Red+Green+Blue) = 182+146+64=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B69240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69240 is #496DBF. Grayscale: #939393. Windows color (decimal): -4812224 or 4231862. OLE color: 4231862.

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

Color convert

RGB 182 146 64 -
CMYK 0 0.20 0.65 0.29
HSL 41.69º 0.48% 0.48% -
HSV(B) 41.69º 0.65% 0.71% -
XYZ 30.5 30.87 9.2 -
YUV 147.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 182 146 64 0 0.20 0.65 0.29 41.69 0.48 0.48
Hex B6 92 40 0 14 41 1D 2A 30 30
Octal 266 222 100 0 24 101 35 52 60 60
Binary 10110110 10010010 1000000 0 10100 1000001 11101 101010 110000 110000

Color Harmonies of #B69240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69240

Black with #B69240

Text Example


Text Example

White with #B69240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69240; }

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

 H1.HeaderClassName
 {
   color: #B69240;
 }
 .AnyTagClassName
 {
   color: #B69240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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