Html Css Color HEX #B7895E Barley Corn

📋 copy color: '#B7895E'

red 183 ◦ green 137 ◦ blue 94

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

Shades of Barley Corn #B7895E

Tints of Barley Corn #B7895E

RGB

 RED value IS 183 (71.88% from 255) = 44.2%

 GREEN value IS 137 (53.91% from 255) = 33.09%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 44.2%
G = 33.09%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7895E (or 0xB7895E) is known color: Barley Corn. HEX triplet: B7, 89 and 5E. RGB value is (183,137,94). Sum of RGB (Red+Green+Blue) = 183+137+94=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7895E is #4876A1. Grayscale: #929292. Windows color (decimal): -4748962 or 6195639. OLE color: 6195639.

HSL color Cylindrical-coordinate representation of color #B7895E: hue angle of 28.99º degrees, saturation: 0.38, 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 #B7895E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 137 94 -
CMYK 0 0.25 0.49 0.28
HSL 28.99º 0.38% 0.54% -
HSV(B) 28.99º 0.49% 0.72% -
XYZ 30.49 28.77 14.53 -
YUV 145.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 183 137 94 0 0.25 0.49 0.28 28.99 0.38 0.54
Hex B7 89 5E 0 19 31 1C 1D 26 36
Octal 267 211 136 0 31 61 34 35 46 66
Binary 10110111 10001001 1011110 0 11001 110001 11100 11101 100110 110110

Color Harmonies of #B7895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7895E

Black with #B7895E

Text Example


Text Example

White with #B7895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7895E; }

 p { color: rgb(183,137,94); }

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

background-color css

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

 a { background-color: rgb(183,137,94); }

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

border-color css

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

 span { border-color: rgb(183,137,94); }

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