Html Css Color HEX #B29D26 Sahara

📋 copy color: '#B29D26'

red 178 ◦ green 157 ◦ blue 38

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

Shades of Sahara #B29D26

Tints of Sahara #B29D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 47.72%
G = 42.09%
B = 10.19%

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

#B29D26 (or 0xB29D26) is known color: Sahara. HEX triplet: B2, 9D and 26. RGB value is (178,157,38). Sum of RGB (Red+Green+Blue) = 178+157+38=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D26 is #4D62D9. Grayscale: #969696. Windows color (decimal): -5071578 or 2530738. OLE color: 2530738.

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

Color convert

RGB 178 157 38 -
CMYK 0 0.12 0.79 0.30
HSL 51º 0.65% 0.42% -
HSV(B) 51º 0.79% 0.7% -
XYZ 30.77 33.72 6.72 -
YUV 149.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 178 157 38 0 0.12 0.79 0.30 51 0.65 0.42
Hex B2 9D 26 0 C 4F 1E 33 41 2A
Octal 262 235 46 0 14 117 36 63 101 52
Binary 10110010 10011101 100110 0 1100 1001111 11110 110011 1000001 101010

Color Harmonies of #B29D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D26

Black with #B29D26

Text Example


Text Example

White with #B29D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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