Html Css Color HEX #B29C2F Sahara

📋 copy color: '#B29C2F'

red 178 ◦ green 156 ◦ blue 47

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

Shades of Sahara #B29C2F

Tints of Sahara #B29C2F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 46.72%
G = 40.94%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B29C2F (or 0xB29C2F) is known color: Sahara. HEX triplet: B2, 9C and 2F. RGB value is (178,156,47). Sum of RGB (Red+Green+Blue) = 178+156+47=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C2F is #4D63D0. Grayscale: #969696. Windows color (decimal): -5071825 or 3120306. OLE color: 3120306.

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

Color convert

RGB 178 156 47 -
CMYK 0 0.12 0.74 0.30
HSL 49.92º 0.58% 0.44% -
HSV(B) 49.92º 0.74% 0.7% -
XYZ 30.76 33.45 7.52 -
YUV 150.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 178 156 47 0 0.12 0.74 0.30 49.92 0.58 0.44
Hex B2 9C 2F 0 C 4A 1E 32 3A 2C
Octal 262 234 57 0 14 112 36 62 72 54
Binary 10110010 10011100 101111 0 1100 1001010 11110 110010 111010 101100

Color Harmonies of #B29C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C2F

Black with #B29C2F

Text Example


Text Example

White with #B29C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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