Html Css Color HEX #B09525 Sahara

📋 copy color: '#B09525'

red 176 ◦ green 149 ◦ blue 37

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

Shades of Sahara #B09525

Tints of Sahara #B09525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 48.62%
G = 41.16%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B09525 (or 0xB09525) is known color: Sahara. HEX triplet: B0, 95 and 25. RGB value is (176,149,37). Sum of RGB (Red+Green+Blue) = 176+149+37=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B09525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09525 is #4F6ADA. Grayscale: #909090. Windows color (decimal): -5204699 or 2463152. OLE color: 2463152.

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

Color convert

RGB 176 149 37 -
CMYK 0 0.15 0.79 0.31
HSL 48.35º 0.65% 0.42% -
HSV(B) 48.35º 0.79% 0.69% -
XYZ 28.99 30.86 6.18 -
YUV 144.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 176 149 37 0 0.15 0.79 0.31 48.35 0.65 0.42
Hex B0 95 25 0 F 4F 1F 30 41 2A
Octal 260 225 45 0 17 117 37 60 101 52
Binary 10110000 10010101 100101 0 1111 1001111 11111 110000 1000001 101010

Color Harmonies of #B09525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09525

Black with #B09525

Text Example


Text Example

White with #B09525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09525; }

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

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

background-color css

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

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

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

border-color css

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

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

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