Html Css Color HEX #B89F5D Barley Corn

📋 copy color: '#B89F5D'

red 184 ◦ green 159 ◦ blue 93

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

Shades of Barley Corn #B89F5D

Tints of Barley Corn #B89F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 42.2%
G = 36.47%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B89F5D (or 0xB89F5D) is known color: Barley Corn. HEX triplet: B8, 9F and 5D. RGB value is (184,159,93). Sum of RGB (Red+Green+Blue) = 184+159+93=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F5D is #4760A2. Grayscale: #9F9F9F. Windows color (decimal): -4677795 or 6135736. OLE color: 6135736.

HSL color Cylindrical-coordinate representation of color #B89F5D: hue angle of 43.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B89F5D is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 159 93 -
CMYK 0 0.14 0.49 0.28
HSL 43.52º 0.39% 0.54% -
HSV(B) 43.52º 0.49% 0.72% -
XYZ 34.14 35.78 15.46 -
YUV 158.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 184 159 93 0 0.14 0.49 0.28 43.52 0.39 0.54
Hex B8 9F 5D 0 E 31 1C 2C 27 36
Octal 270 237 135 0 16 61 34 54 47 66
Binary 10111000 10011111 1011101 0 1110 110001 11100 101100 100111 110110

Color Harmonies of #B89F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F5D

Black with #B89F5D

Text Example


Text Example

White with #B89F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F5D; }

 p { color: rgb(184,159,93); }

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

background-color css

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

 a { background-color: rgb(184,159,93); }

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

border-color css

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

 span { border-color: rgb(184,159,93); }

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