Html Css Color HEX #B09825 Sahara

📋 copy color: '#B09825'

red 176 ◦ green 152 ◦ blue 37

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

Shades of Sahara #B09825

Tints of Sahara #B09825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 48.22%
G = 41.64%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B09825 (or 0xB09825) is known color: Sahara. HEX triplet: B0, 98 and 25. RGB value is (176,152,37). Sum of RGB (Red+Green+Blue) = 176+152+37=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B09825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09825 is #4F67DA. Grayscale: #929292. Windows color (decimal): -5203931 or 2463920. OLE color: 2463920.

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

Color convert

RGB 176 152 37 -
CMYK 0 0.14 0.79 0.31
HSL 49.64º 0.65% 0.42% -
HSV(B) 49.64º 0.79% 0.69% -
XYZ 29.47 31.82 6.34 -
YUV 146.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 176 152 37 0 0.14 0.79 0.31 49.64 0.65 0.42
Hex B0 98 25 0 E 4F 1F 32 41 2A
Octal 260 230 45 0 16 117 37 62 101 52
Binary 10110000 10011000 100101 0 1110 1001111 11111 110010 1000001 101010

Color Harmonies of #B09825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09825

Black with #B09825

Text Example


Text Example

White with #B09825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09825; }

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

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

background-color css

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

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

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

border-color css

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

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

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