Html Css Color HEX #B09526 Sahara

📋 copy color: '#B09526'

red 176 ◦ green 149 ◦ blue 38

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

Shades of Sahara #B09526

Tints of Sahara #B09526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 48.48%
G = 41.05%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B09526 (or 0xB09526) is known color: Sahara. HEX triplet: B0, 95 and 26. RGB value is (176,149,38). Sum of RGB (Red+Green+Blue) = 176+149+38=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B09526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09526 is #4F6AD9. Grayscale: #909090. Windows color (decimal): -5204698 or 2528688. OLE color: 2528688.

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

Color convert

RGB 176 149 38 -
CMYK 0 0.15 0.78 0.31
HSL 48.26º 0.64% 0.42% -
HSV(B) 48.26º 0.78% 0.69% -
XYZ 29 30.86 6.26 -
YUV 144.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 176 149 38 0 0.15 0.78 0.31 48.26 0.64 0.42
Hex B0 95 26 0 F 4E 1F 30 40 2A
Octal 260 225 46 0 17 116 37 60 100 52
Binary 10110000 10010101 100110 0 1111 1001110 11111 110000 1000000 101010

Color Harmonies of #B09526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09526

Black with #B09526

Text Example


Text Example

White with #B09526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09526; }

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

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

background-color css

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

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

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

border-color css

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

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

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