Html Css Color HEX #B89C5F Barley Corn

📋 copy color: '#B89C5F'

red 184 ◦ green 156 ◦ blue 95

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

Shades of Barley Corn #B89C5F

Tints of Barley Corn #B89C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 42.3%
G = 35.86%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B89C5F (or 0xB89C5F) is known color: Barley Corn. HEX triplet: B8, 9C and 5F. RGB value is (184,156,95). Sum of RGB (Red+Green+Blue) = 184+156+95=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C5F is #4763A0. Grayscale: #9D9D9D. Windows color (decimal): -4678561 or 6266040. OLE color: 6266040.

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

Color convert

RGB 184 156 95 -
CMYK 0 0.15 0.48 0.28
HSL 41.12º 0.39% 0.55% -
HSV(B) 41.12º 0.48% 0.72% -
XYZ 33.72 34.79 15.76 -
YUV 157.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 184 156 95 0 0.15 0.48 0.28 41.12 0.39 0.55
Hex B8 9C 5F 0 F 30 1C 29 27 37
Octal 270 234 137 0 17 60 34 51 47 67
Binary 10111000 10011100 1011111 0 1111 110000 11100 101001 100111 110111

Color Harmonies of #B89C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C5F

Black with #B89C5F

Text Example


Text Example

White with #B89C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C5F; }

 p { color: rgb(184,156,95); }

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

background-color css

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

 a { background-color: rgb(184,156,95); }

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

border-color css

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

 span { border-color: rgb(184,156,95); }

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