Html Css Color HEX #B89525 Sahara

📋 copy color: '#B89525'

red 184 ◦ green 149 ◦ blue 37

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

Shades of Sahara #B89525

Tints of Sahara #B89525

RGB

 RED value IS 184 (72.27% from 255) = 49.73%

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

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

R = 49.73%
G = 40.27%
B = 10%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B89525 (or 0xB89525) is known color: Sahara. HEX triplet: B8, 95 and 25. RGB value is (184,149,37). Sum of RGB (Red+Green+Blue) = 184+149+37=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89525 is #476ADA. Grayscale: #939393. Windows color (decimal): -4680411 or 2463160. OLE color: 2463160.

HSL color Cylindrical-coordinate representation of color #B89525: hue angle of 45.71º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B89525 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 37 -
CMYK 0 0.19 0.80 0.28
HSL 45.71º 0.67% 0.43% -
HSV(B) 45.71º 0.8% 0.72% -
XYZ 30.85 31.82 6.27 -
YUV 146.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 184 149 37 0 0.19 0.80 0.28 45.71 0.67 0.43
Hex B8 95 25 0 13 50 1C 2E 43 2B
Octal 270 225 45 0 23 120 34 56 103 53
Binary 10111000 10010101 100101 0 10011 1010000 11100 101110 1000011 101011

Color Harmonies of #B89525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89525

Black with #B89525

Text Example


Text Example

White with #B89525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89525; }

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

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

background-color css

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

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

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

border-color css

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

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

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