Html Css Color HEX #B29D25 Sahara

📋 copy color: '#B29D25'

red 178 ◦ green 157 ◦ blue 37

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

Shades of Sahara #B29D25

Tints of Sahara #B29D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

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

R = 47.85%
G = 42.2%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B29D25 (or 0xB29D25) is known color: Sahara. HEX triplet: B2, 9D and 25. RGB value is (178,157,37). Sum of RGB (Red+Green+Blue) = 178+157+37=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D25 is #4D62DA. Grayscale: #969696. Windows color (decimal): -5071579 or 2465202. OLE color: 2465202.

HSL color Cylindrical-coordinate representation of color #B29D25: hue angle of 51.06º 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 #B29D25 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 37 -
CMYK 0 0.12 0.79 0.30
HSL 51.06º 0.66% 0.42% -
HSV(B) 51.06º 0.79% 0.7% -
XYZ 30.75 33.71 6.64 -
YUV 149.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 178 157 37 0 0.12 0.79 0.30 51.06 0.66 0.42
Hex B2 9D 25 0 C 4F 1E 33 42 2A
Octal 262 235 45 0 14 117 36 63 102 52
Binary 10110010 10011101 100101 0 1100 1001111 11110 110011 1000010 101010

Color Harmonies of #B29D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D25

Black with #B29D25

Text Example


Text Example

White with #B29D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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