Html Css Color HEX #B09A28 Sahara

📋 copy color: '#B09A28'

red 176 ◦ green 154 ◦ blue 40

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

Shades of Sahara #B09A28

Tints of Sahara #B09A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

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

R = 47.57%
G = 41.62%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B09A28 (or 0xB09A28) is known color: Sahara. HEX triplet: B0, 9A and 28. RGB value is (176,154,40). Sum of RGB (Red+Green+Blue) = 176+154+40=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A28 is #4F65D7. Grayscale: #949494. Windows color (decimal): -5203416 or 2661040. OLE color: 2661040.

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

Color convert

RGB 176 154 40 -
CMYK 0 0.12 0.77 0.31
HSL 50.29º 0.63% 0.42% -
HSV(B) 50.29º 0.77% 0.69% -
XYZ 29.84 32.49 6.71 -
YUV 147.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 176 154 40 0 0.12 0.77 0.31 50.29 0.63 0.42
Hex B0 9A 28 0 C 4D 1F 32 3F 2A
Octal 260 232 50 0 14 115 37 62 77 52
Binary 10110000 10011010 101000 0 1100 1001101 11111 110010 111111 101010

Color Harmonies of #B09A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A28

Black with #B09A28

Text Example


Text Example

White with #B09A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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