Html Css Color HEX #B09728 Sahara

📋 copy color: '#B09728'

red 176 ◦ green 151 ◦ blue 40

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

Shades of Sahara #B09728

Tints of Sahara #B09728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 47.96%
G = 41.14%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B09728 (or 0xB09728) is known color: Sahara. HEX triplet: B0, 97 and 28. RGB value is (176,151,40). Sum of RGB (Red+Green+Blue) = 176+151+40=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B09728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09728 is #4F68D7. Grayscale: #929292. Windows color (decimal): -5204184 or 2660272. OLE color: 2660272.

HSL color Cylindrical-coordinate representation of color #B09728: hue angle of 48.97º 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 #B09728 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 40 -
CMYK 0 0.14 0.77 0.31
HSL 48.97º 0.63% 0.42% -
HSV(B) 48.97º 0.77% 0.69% -
XYZ 29.35 31.52 6.54 -
YUV 145.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 176 151 40 0 0.14 0.77 0.31 48.97 0.63 0.42
Hex B0 97 28 0 E 4D 1F 31 3F 2A
Octal 260 227 50 0 16 115 37 61 77 52
Binary 10110000 10010111 101000 0 1110 1001101 11111 110001 111111 101010

Color Harmonies of #B09728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09728

Black with #B09728

Text Example


Text Example

White with #B09728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09728; }

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

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

background-color css

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

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

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

border-color css

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

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

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