Html Css Color HEX #B89D30 Sahara

📋 copy color: '#B89D30'

red 184 ◦ green 157 ◦ blue 48

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

Shades of Sahara #B89D30

Tints of Sahara #B89D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 47.3%
G = 40.36%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B89D30 (or 0xB89D30) is known color: Sahara. HEX triplet: B8, 9D and 30. RGB value is (184,157,48). Sum of RGB (Red+Green+Blue) = 184+157+48=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D30 is #4762CF. Grayscale: #999999. Windows color (decimal): -4678352 or 3186104. OLE color: 3186104.

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

Color convert

RGB 184 157 48 -
CMYK 0 0.15 0.74 0.28
HSL 48.09º 0.59% 0.45% -
HSV(B) 48.09º 0.74% 0.72% -
XYZ 32.36 34.52 7.75 -
YUV 152.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 184 157 48 0 0.15 0.74 0.28 48.09 0.59 0.45
Hex B8 9D 30 0 F 4A 1C 30 3B 2D
Octal 270 235 60 0 17 112 34 60 73 55
Binary 10111000 10011101 110000 0 1111 1001010 11100 110000 111011 101101

Color Harmonies of #B89D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89D30

Black with #B89D30

Text Example


Text Example

White with #B89D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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