Html Css Color HEX #B09128 Sahara

📋 copy color: '#B09128'

red 176 ◦ green 145 ◦ blue 40

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

Shades of Sahara #B09128

Tints of Sahara #B09128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 48.75%
G = 40.17%
B = 11.08%

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

#B09128 (or 0xB09128) is known color: Sahara. HEX triplet: B0, 91 and 28. RGB value is (176,145,40). Sum of RGB (Red+Green+Blue) = 176+145+40=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B09128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09128 is #4F6ED7. Grayscale: #8E8E8E. Windows color (decimal): -5205720 or 2658736. OLE color: 2658736.

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

Color convert

RGB 176 145 40 -
CMYK 0 0.18 0.77 0.31
HSL 46.32º 0.63% 0.42% -
HSV(B) 46.32º 0.77% 0.69% -
XYZ 28.41 29.63 6.23 -
YUV 142.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 176 145 40 0 0.18 0.77 0.31 46.32 0.63 0.42
Hex B0 91 28 0 12 4D 1F 2E 3F 2A
Octal 260 221 50 0 22 115 37 56 77 52
Binary 10110000 10010001 101000 0 10010 1001101 11111 101110 111111 101010

Color Harmonies of #B09128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09128

Black with #B09128

Text Example


Text Example

White with #B09128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09128; }

 p { color: rgb(176,145,40); }

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

background-color css

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

 a { background-color: rgb(176,145,40); }

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

border-color css

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

 span { border-color: rgb(176,145,40); }

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