Html Css Color HEX #B69320 Sahara

📋 copy color: '#B69320'

red 182 ◦ green 147 ◦ blue 32

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

Shades of Sahara #B69320

Tints of Sahara #B69320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

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

R = 50.42%
G = 40.72%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B69320 (or 0xB69320) is known color: Sahara. HEX triplet: B6, 93 and 20. RGB value is (182,147,32). Sum of RGB (Red+Green+Blue) = 182+147+32=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B69320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69320 is #496CDF. Grayscale: #909090. Windows color (decimal): -4812000 or 2134966. OLE color: 2134966.

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

Color convert

RGB 182 147 32 -
CMYK 0 0.19 0.82 0.29
HSL 46º 0.7% 0.42% -
HSV(B) 46º 0.82% 0.71% -
XYZ 29.99 30.92 5.75 -
YUV 144.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 182 147 32 0 0.19 0.82 0.29 46 0.7 0.42
Hex B6 93 20 0 13 52 1D 2E 46 2A
Octal 266 223 40 0 23 122 35 56 106 52
Binary 10110110 10010011 100000 0 10011 1010010 11101 101110 1000110 101010

Color Harmonies of #B69320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69320

Black with #B69320

Text Example


Text Example

White with #B69320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69320; }

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

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

background-color css

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

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

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

border-color css

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

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

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