Html Css Color HEX #B29028 Sahara

📋 copy color: '#B29028'

red 178 ◦ green 144 ◦ blue 40

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

Shades of Sahara #B29028

Tints of Sahara #B29028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 49.17%
G = 39.78%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B29028 (or 0xB29028) is known color: Sahara. HEX triplet: B2, 90 and 28. RGB value is (178,144,40). Sum of RGB (Red+Green+Blue) = 178+144+40=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B29028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29028 is #4D6FD7. Grayscale: #8E8E8E. Windows color (decimal): -5074904 or 2658482. OLE color: 2658482.

HSL color Cylindrical-coordinate representation of color #B29028: hue angle of 45.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B29028 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 40 -
CMYK 0 0.19 0.78 0.30
HSL 45.22º 0.63% 0.43% -
HSV(B) 45.22º 0.78% 0.7% -
XYZ 28.72 29.56 6.2 -
YUV 142.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 178 144 40 0 0.19 0.78 0.30 45.22 0.63 0.43
Hex B2 90 28 0 13 4E 1E 2D 3F 2B
Octal 262 220 50 0 23 116 36 55 77 53
Binary 10110010 10010000 101000 0 10011 1001110 11110 101101 111111 101011

Color Harmonies of #B29028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29028

Black with #B29028

Text Example


Text Example

White with #B29028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29028; }

 p { color: rgb(178,144,40); }

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

background-color css

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

 a { background-color: rgb(178,144,40); }

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

border-color css

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

 span { border-color: rgb(178,144,40); }

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