Html Css Color HEX #B29C30 Sahara

📋 copy color: '#B29C30'

red 178 ◦ green 156 ◦ blue 48

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

Shades of Sahara #B29C30

Tints of Sahara #B29C30

RGB

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

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

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

R = 46.6%
G = 40.84%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B29C30 (or 0xB29C30) is known color: Sahara. HEX triplet: B2, 9C and 30. RGB value is (178,156,48). Sum of RGB (Red+Green+Blue) = 178+156+48=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C30 is #4D63CF. Grayscale: #969696. Windows color (decimal): -5071824 or 3185842. OLE color: 3185842.

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

Color convert

RGB 178 156 48 -
CMYK 0 0.12 0.73 0.30
HSL 49.85º 0.58% 0.44% -
HSV(B) 49.85º 0.73% 0.7% -
XYZ 30.78 33.46 7.63 -
YUV 150.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 178 156 48 0 0.12 0.73 0.30 49.85 0.58 0.44
Hex B2 9C 30 0 C 49 1E 32 3A 2C
Octal 262 234 60 0 14 111 36 62 72 54
Binary 10110010 10011100 110000 0 1100 1001001 11110 110010 111010 101100

Color Harmonies of #B29C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C30

Black with #B29C30

Text Example


Text Example

White with #B29C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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