Html Css Color HEX #B29E25 Sahara

📋 copy color: '#B29E25'

red 178 ◦ green 158 ◦ blue 37

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

Shades of Sahara #B29E25

Tints of Sahara #B29E25

RGB

 RED value IS 178 (69.92% from 255) = 47.72%

 GREEN value IS 158 (62.11% from 255) = 42.36%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 47.72%
G = 42.36%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B29E25 (or 0xB29E25) is known color: Sahara. HEX triplet: B2, 9E and 25. RGB value is (178,158,37). Sum of RGB (Red+Green+Blue) = 178+158+37=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E25 is #4D61DA. Grayscale: #969696. Windows color (decimal): -5071323 or 2465458. OLE color: 2465458.

HSL color Cylindrical-coordinate representation of color #B29E25: hue angle of 51.49º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B29E25 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 37 -
CMYK 0 0.11 0.79 0.30
HSL 51.49º 0.66% 0.42% -
HSV(B) 51.49º 0.79% 0.7% -
XYZ 30.92 34.05 6.69 -
YUV 150.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 178 158 37 0 0.11 0.79 0.30 51.49 0.66 0.42
Hex B2 9E 25 0 B 4F 1E 33 42 2A
Octal 262 236 45 0 13 117 36 63 102 52
Binary 10110010 10011110 100101 0 1011 1001111 11110 110011 1000010 101010

Color Harmonies of #B29E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E25

Black with #B29E25

Text Example


Text Example

White with #B29E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E25; }

 p { color: rgb(178,158,37); }

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

background-color css

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

 a { background-color: rgb(178,158,37); }

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

border-color css

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

 span { border-color: rgb(178,158,37); }

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