Html Css Color HEX #B89C5B Barley Corn

📋 copy color: '#B89C5B'

red 184 ◦ green 156 ◦ blue 91

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

Shades of Barley Corn #B89C5B

Tints of Barley Corn #B89C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 42.69%
G = 36.19%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B89C5B (or 0xB89C5B) is known color: Barley Corn. HEX triplet: B8, 9C and 5B. RGB value is (184,156,91). Sum of RGB (Red+Green+Blue) = 184+156+91=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C5B is #4763A4. Grayscale: #9D9D9D. Windows color (decimal): -4678565 or 6003896. OLE color: 6003896.

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

Color convert

RGB 184 156 91 -
CMYK 0 0.15 0.51 0.28
HSL 41.94º 0.4% 0.54% -
HSV(B) 41.94º 0.51% 0.72% -
XYZ 33.54 34.72 14.83 -
YUV 156.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 184 156 91 0 0.15 0.51 0.28 41.94 0.4 0.54
Hex B8 9C 5B 0 F 33 1C 2A 28 36
Octal 270 234 133 0 17 63 34 52 50 66
Binary 10111000 10011100 1011011 0 1111 110011 11100 101010 101000 110110

Color Harmonies of #B89C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C5B

Black with #B89C5B

Text Example


Text Example

White with #B89C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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