Html Css Color HEX #B89C5C Barley Corn

📋 copy color: '#B89C5C'

red 184 ◦ green 156 ◦ blue 92

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

Shades of Barley Corn #B89C5C

Tints of Barley Corn #B89C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 42.59%
G = 36.11%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B89C5C (or 0xB89C5C) is known color: Barley Corn. HEX triplet: B8, 9C and 5C. RGB value is (184,156,92). Sum of RGB (Red+Green+Blue) = 184+156+92=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C5C is #4763A3. Grayscale: #9D9D9D. Windows color (decimal): -4678564 or 6069432. OLE color: 6069432.

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

Color convert

RGB 184 156 92 -
CMYK 0 0.15 0.50 0.28
HSL 41.74º 0.39% 0.54% -
HSV(B) 41.74º 0.5% 0.72% -
XYZ 33.59 34.74 15.06 -
YUV 157.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 184 156 92 0 0.15 0.50 0.28 41.74 0.39 0.54
Hex B8 9C 5C 0 F 32 1C 2A 27 36
Octal 270 234 134 0 17 62 34 52 47 66
Binary 10111000 10011100 1011100 0 1111 110010 11100 101010 100111 110110

Color Harmonies of #B89C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C5C

Black with #B89C5C

Text Example


Text Example

White with #B89C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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