Html Css Color HEX #B09628 Sahara

📋 copy color: '#B09628'

red 176 ◦ green 150 ◦ blue 40

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

Shades of Sahara #B09628

Tints of Sahara #B09628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 48.09%
G = 40.98%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B09628 (or 0xB09628) is known color: Sahara. HEX triplet: B0, 96 and 28. RGB value is (176,150,40). Sum of RGB (Red+Green+Blue) = 176+150+40=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B09628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09628 is #4F69D7. Grayscale: #919191. Windows color (decimal): -5204440 or 2660016. OLE color: 2660016.

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

Color convert

RGB 176 150 40 -
CMYK 0 0.15 0.77 0.31
HSL 48.53º 0.63% 0.42% -
HSV(B) 48.53º 0.77% 0.69% -
XYZ 29.19 31.2 6.49 -
YUV 145.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 176 150 40 0 0.15 0.77 0.31 48.53 0.63 0.42
Hex B0 96 28 0 F 4D 1F 31 3F 2A
Octal 260 226 50 0 17 115 37 61 77 52
Binary 10110000 10010110 101000 0 1111 1001101 11111 110001 111111 101010

Color Harmonies of #B09628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09628

Black with #B09628

Text Example


Text Example

White with #B09628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09628; }

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

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

background-color css

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

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

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

border-color css

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

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

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