Html Css Color HEX #B29A2F Sahara

📋 copy color: '#B29A2F'

red 178 ◦ green 154 ◦ blue 47

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

Shades of Sahara #B29A2F

Tints of Sahara #B29A2F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 46.97%
G = 40.63%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B29A2F (or 0xB29A2F) is known color: Sahara. HEX triplet: B2, 9A and 2F. RGB value is (178,154,47). Sum of RGB (Red+Green+Blue) = 178+154+47=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A2F is #4D65D0. Grayscale: #959595. Windows color (decimal): -5072337 or 3119794. OLE color: 3119794.

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

Color convert

RGB 178 154 47 -
CMYK 0 0.13 0.74 0.30
HSL 49.01º 0.58% 0.44% -
HSV(B) 49.01º 0.74% 0.7% -
XYZ 30.43 32.78 7.41 -
YUV 148.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 178 154 47 0 0.13 0.74 0.30 49.01 0.58 0.44
Hex B2 9A 2F 0 D 4A 1E 31 3A 2C
Octal 262 232 57 0 15 112 36 61 72 54
Binary 10110010 10011010 101111 0 1101 1001010 11110 110001 111010 101100

Color Harmonies of #B29A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A2F

Black with #B29A2F

Text Example


Text Example

White with #B29A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A2F; }

 p { color: rgb(178,154,47); }

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

background-color css

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

 a { background-color: rgb(178,154,47); }

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

border-color css

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

 span { border-color: rgb(178,154,47); }

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