Html Css Color HEX #B29E30 Sahara

📋 copy color: '#B29E30'

red 178 ◦ green 158 ◦ blue 48

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

Shades of Sahara #B29E30

Tints of Sahara #B29E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.5%

R = 46.35%
G = 41.15%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B29E30 (or 0xB29E30) is known color: Sahara. HEX triplet: B2, 9E and 30. RGB value is (178,158,48). Sum of RGB (Red+Green+Blue) = 178+158+48=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E30 is #4D61CF. Grayscale: #979797. Windows color (decimal): -5071312 or 3186354. OLE color: 3186354.

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

Color convert

RGB 178 158 48 -
CMYK 0 0.11 0.73 0.30
HSL 50.77º 0.58% 0.44% -
HSV(B) 50.77º 0.73% 0.7% -
XYZ 31.12 34.13 7.74 -
YUV 151.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 178 158 48 0 0.11 0.73 0.30 50.77 0.58 0.44
Hex B2 9E 30 0 B 49 1E 33 3A 2C
Octal 262 236 60 0 13 111 36 63 72 54
Binary 10110010 10011110 110000 0 1011 1001001 11110 110011 111010 101100

Color Harmonies of #B29E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E30

Black with #B29E30

Text Example


Text Example

White with #B29E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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