Html Css Color HEX #B09029 Sahara

📋 copy color: '#B09029'

red 176 ◦ green 144 ◦ blue 41

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

Shades of Sahara #B09029

Tints of Sahara #B09029

RGB

 RED value IS 176 (69.14% from 255) = 48.75%

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 48.75%
G = 39.89%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B09029 (or 0xB09029) is known color: Sahara. HEX triplet: B0, 90 and 29. RGB value is (176,144,41). Sum of RGB (Red+Green+Blue) = 176+144+41=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B09029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09029 is #4F6FD6. Grayscale: #8E8E8E. Windows color (decimal): -5205975 or 2724016. OLE color: 2724016.

HSL color Cylindrical-coordinate representation of color #B09029: hue angle of 45.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B09029 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 41 -
CMYK 0 0.18 0.77 0.31
HSL 45.78º 0.62% 0.43% -
HSV(B) 45.78º 0.77% 0.69% -
XYZ 28.28 29.34 6.27 -
YUV 141.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 176 144 41 0 0.18 0.77 0.31 45.78 0.62 0.43
Hex B0 90 29 0 12 4D 1F 2E 3E 2B
Octal 260 220 51 0 22 115 37 56 76 53
Binary 10110000 10010000 101001 0 10010 1001101 11111 101110 111110 101011

Color Harmonies of #B09029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09029

Black with #B09029

Text Example


Text Example

White with #B09029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09029; }

 p { color: rgb(176,144,41); }

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

background-color css

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

 a { background-color: rgb(176,144,41); }

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

border-color css

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

 span { border-color: rgb(176,144,41); }

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