Html Css Color HEX #B69821 Sahara

📋 copy color: '#B69821'

red 182 ◦ green 152 ◦ blue 33

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

Shades of Sahara #B69821

Tints of Sahara #B69821

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 49.59%
G = 41.42%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B69821 (or 0xB69821) is known color: Sahara. HEX triplet: B6, 98 and 21. RGB value is (182,152,33). Sum of RGB (Red+Green+Blue) = 182+152+33=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B69821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69821 is #4967DE. Grayscale: #939393. Windows color (decimal): -4810719 or 2201782. OLE color: 2201782.

HSL color Cylindrical-coordinate representation of color #B69821: hue angle of 47.92º degrees, saturation: 0.69, 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 #B69821 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 152 33 -
CMYK 0 0.16 0.82 0.29
HSL 47.92º 0.69% 0.42% -
HSV(B) 47.92º 0.82% 0.71% -
XYZ 30.79 32.51 6.09 -
YUV 147.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 182 152 33 0 0.16 0.82 0.29 47.92 0.69 0.42
Hex B6 98 21 0 10 52 1D 30 45 2A
Octal 266 230 41 0 20 122 35 60 105 52
Binary 10110110 10011000 100001 0 10000 1010010 11101 110000 1000101 101010

Color Harmonies of #B69821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69821

Black with #B69821

Text Example


Text Example

White with #B69821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69821; }

 p { color: rgb(182,152,33); }

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

background-color css

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

 a { background-color: rgb(182,152,33); }

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

border-color css

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

 span { border-color: rgb(182,152,33); }

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