Html Css Color HEX #B7895C Barley Corn

📋 copy color: '#B7895C'

red 183 ◦ green 137 ◦ blue 92

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

Shades of Barley Corn #B7895C

Tints of Barley Corn #B7895C

RGB

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

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

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

R = 44.42%
G = 33.25%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7895C (or 0xB7895C) is known color: Barley Corn. HEX triplet: B7, 89 and 5C. RGB value is (183,137,92). Sum of RGB (Red+Green+Blue) = 183+137+92=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7895C is #4876A3. Grayscale: #919191. Windows color (decimal): -4748964 or 6064567. OLE color: 6064567.

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

Color convert

RGB 183 137 92 -
CMYK 0 0.25 0.50 0.28
HSL 29.67º 0.39% 0.54% -
HSV(B) 29.67º 0.5% 0.72% -
XYZ 30.41 28.73 14.07 -
YUV 145.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 183 137 92 0 0.25 0.50 0.28 29.67 0.39 0.54
Hex B7 89 5C 0 19 32 1C 1E 27 36
Octal 267 211 134 0 31 62 34 36 47 66
Binary 10110111 10001001 1011100 0 11001 110010 11100 11110 100111 110110

Color Harmonies of #B7895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7895C

Black with #B7895C

Text Example


Text Example

White with #B7895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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