Html Css Color HEX #B4895C Barley Corn

📋 copy color: '#B4895C'

red 180 ◦ green 137 ◦ blue 92

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

Shades of Barley Corn #B4895C

Tints of Barley Corn #B4895C

RGB

 RED value IS 180 (70.7% from 255) = 44.01%

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

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

R = 44.01%
G = 33.5%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4895C (or 0xB4895C) is known color: Barley Corn. HEX triplet: B4, 89 and 5C. RGB value is (180,137,92). Sum of RGB (Red+Green+Blue) = 180+137+92=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4895C is #4B76A3. Grayscale: #909090. Windows color (decimal): -4945572 or 6064564. OLE color: 6064564.

HSL color Cylindrical-coordinate representation of color #B4895C: hue angle of 30.68º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4895C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 137 92 -
CMYK 0 0.24 0.49 0.29
HSL 30.68º 0.37% 0.53% -
HSV(B) 30.68º 0.49% 0.71% -
XYZ 29.7 28.37 14.04 -
YUV 144.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 180 137 92 0 0.24 0.49 0.29 30.68 0.37 0.53
Hex B4 89 5C 0 18 31 1D 1F 25 35
Octal 264 211 134 0 30 61 35 37 45 65
Binary 10110100 10001001 1011100 0 11000 110001 11101 11111 100101 110101

Color Harmonies of #B4895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4895C

Black with #B4895C

Text Example


Text Example

White with #B4895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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