Html Css Color HEX #B09A25 Sahara

📋 copy color: '#B09A25'

red 176 ◦ green 154 ◦ blue 37

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

Shades of Sahara #B09A25

Tints of Sahara #B09A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.08%

R = 47.96%
G = 41.96%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B09A25 (or 0xB09A25) is known color: Sahara. HEX triplet: B0, 9A and 25. RGB value is (176,154,37). Sum of RGB (Red+Green+Blue) = 176+154+37=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A25 is #4F65DA. Grayscale: #939393. Windows color (decimal): -5203419 or 2464432. OLE color: 2464432.

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

Color convert

RGB 176 154 37 -
CMYK 0 0.12 0.79 0.31
HSL 50.5º 0.65% 0.42% -
HSV(B) 50.5º 0.79% 0.69% -
XYZ 29.79 32.47 6.45 -
YUV 147.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 176 154 37 0 0.12 0.79 0.31 50.5 0.65 0.42
Hex B0 9A 25 0 C 4F 1F 33 41 2A
Octal 260 232 45 0 14 117 37 63 101 52
Binary 10110000 10011010 100101 0 1100 1001111 11111 110011 1000001 101010

Color Harmonies of #B09A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A25

Black with #B09A25

Text Example


Text Example

White with #B09A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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