Html Css Color HEX #B69329 Sahara

📋 copy color: '#B69329'

red 182 ◦ green 147 ◦ blue 41

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

Shades of Sahara #B69329

Tints of Sahara #B69329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 49.19%
G = 39.73%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B69329 (or 0xB69329) is known color: Sahara. HEX triplet: B6, 93 and 29. RGB value is (182,147,41). Sum of RGB (Red+Green+Blue) = 182+147+41=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B69329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69329 is #496CD6. Grayscale: #919191. Windows color (decimal): -4811991 or 2724790. OLE color: 2724790.

HSL color Cylindrical-coordinate representation of color #B69329: hue angle of 45.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B69329 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 41 -
CMYK 0 0.19 0.77 0.29
HSL 45.11º 0.63% 0.44% -
HSV(B) 45.11º 0.77% 0.71% -
XYZ 30.13 30.97 6.49 -
YUV 145.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 182 147 41 0 0.19 0.77 0.29 45.11 0.63 0.44
Hex B6 93 29 0 13 4D 1D 2D 3F 2C
Octal 266 223 51 0 23 115 35 55 77 54
Binary 10110110 10010011 101001 0 10011 1001101 11101 101101 111111 101100

Color Harmonies of #B69329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69329

Black with #B69329

Text Example


Text Example

White with #B69329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69329; }

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

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

background-color css

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

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

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

border-color css

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

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

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