Html Css Color HEX #B89D31 Sahara

📋 copy color: '#B89D31'

red 184 ◦ green 157 ◦ blue 49

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

Shades of Sahara #B89D31

Tints of Sahara #B89D31

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 47.18%
G = 40.26%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B89D31 (or 0xB89D31) is known color: Sahara. HEX triplet: B8, 9D and 31. RGB value is (184,157,49). Sum of RGB (Red+Green+Blue) = 184+157+49=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D31 is #4762CE. Grayscale: #999999. Windows color (decimal): -4678351 or 3251640. OLE color: 3251640.

HSL color Cylindrical-coordinate representation of color #B89D31: hue angle of 48º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B89D31 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 157 49 -
CMYK 0 0.15 0.73 0.28
HSL 48º 0.58% 0.46% -
HSV(B) 48º 0.73% 0.72% -
XYZ 32.38 34.53 7.86 -
YUV 152.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 184 157 49 0 0.15 0.73 0.28 48 0.58 0.46
Hex B8 9D 31 0 F 49 1C 30 3A 2E
Octal 270 235 61 0 17 111 34 60 72 56
Binary 10111000 10011101 110001 0 1111 1001001 11100 110000 111010 101110

Color Harmonies of #B89D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89D31

Black with #B89D31

Text Example


Text Example

White with #B89D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89D31; }

 p { color: rgb(184,157,49); }

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

background-color css

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

 a { background-color: rgb(184,157,49); }

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

border-color css

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

 span { border-color: rgb(184,157,49); }

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