Html Css Color HEX #B09328 Sahara

📋 copy color: '#B09328'

red 176 ◦ green 147 ◦ blue 40

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

Shades of Sahara #B09328

Tints of Sahara #B09328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 48.48%
G = 40.5%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B09328 (or 0xB09328) is known color: Sahara. HEX triplet: B0, 93 and 28. RGB value is (176,147,40). Sum of RGB (Red+Green+Blue) = 176+147+40=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B09328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09328 is #4F6CD7. Grayscale: #8F8F8F. Windows color (decimal): -5205208 or 2659248. OLE color: 2659248.

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

Color convert

RGB 176 147 40 -
CMYK 0 0.16 0.77 0.31
HSL 47.21º 0.63% 0.42% -
HSV(B) 47.21º 0.77% 0.69% -
XYZ 28.72 30.25 6.33 -
YUV 143.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 176 147 40 0 0.16 0.77 0.31 47.21 0.63 0.42
Hex B0 93 28 0 10 4D 1F 2F 3F 2A
Octal 260 223 50 0 20 115 37 57 77 52
Binary 10110000 10010011 101000 0 10000 1001101 11111 101111 111111 101010

Color Harmonies of #B09328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09328

Black with #B09328

Text Example


Text Example

White with #B09328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09328; }

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

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

background-color css

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

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

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

border-color css

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

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

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