Html Css Color HEX #B69C20 Sahara

📋 copy color: '#B69C20'

red 182 ◦ green 156 ◦ blue 32

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

Shades of Sahara #B69C20

Tints of Sahara #B69C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 49.19%
G = 42.16%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B69C20 (or 0xB69C20) is known color: Sahara. HEX triplet: B6, 9C and 20. RGB value is (182,156,32). Sum of RGB (Red+Green+Blue) = 182+156+32=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C20 is #4963DF. Grayscale: #969696. Windows color (decimal): -4809696 or 2137270. OLE color: 2137270.

HSL color Cylindrical-coordinate representation of color #B69C20: hue angle of 49.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B69C20 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 156 32 -
CMYK 0 0.14 0.82 0.29
HSL 49.6º 0.7% 0.42% -
HSV(B) 49.6º 0.82% 0.71% -
XYZ 31.44 33.83 6.24 -
YUV 149.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 182 156 32 0 0.14 0.82 0.29 49.6 0.7 0.42
Hex B6 9C 20 0 E 52 1D 32 46 2A
Octal 266 234 40 0 16 122 35 62 106 52
Binary 10110110 10011100 100000 0 1110 1010010 11101 110010 1000110 101010

Color Harmonies of #B69C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C20

Black with #B69C20

Text Example


Text Example

White with #B69C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C20; }

 p { color: rgb(182,156,32); }

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

background-color css

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

 a { background-color: rgb(182,156,32); }

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

border-color css

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

 span { border-color: rgb(182,156,32); }

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