Html Css Color HEX #B4885A Barley Corn

📋 copy color: '#B4885A'

red 180 ◦ green 136 ◦ blue 90

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

Shades of Barley Corn #B4885A

Tints of Barley Corn #B4885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 44.33%
G = 33.5%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4885A (or 0xB4885A) is known color: Barley Corn. HEX triplet: B4, 88 and 5A. RGB value is (180,136,90). Sum of RGB (Red+Green+Blue) = 180+136+90=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4885A is #4B77A5. Grayscale: #909090. Windows color (decimal): -4945830 or 5933236. OLE color: 5933236.

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

Color convert

RGB 180 136 90 -
CMYK 0 0.24 0.50 0.29
HSL 30.67º 0.38% 0.53% -
HSV(B) 30.67º 0.5% 0.71% -
XYZ 29.47 28.05 13.53 -
YUV 143.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 180 136 90 0 0.24 0.50 0.29 30.67 0.38 0.53
Hex B4 88 5A 0 18 32 1D 1F 26 35
Octal 264 210 132 0 30 62 35 37 46 65
Binary 10110100 10001000 1011010 0 11000 110010 11101 11111 100110 110101

Color Harmonies of #B4885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4885A

Black with #B4885A

Text Example


Text Example

White with #B4885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4885A; }

 p { color: rgb(180,136,90); }

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

background-color css

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

 a { background-color: rgb(180,136,90); }

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

border-color css

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

 span { border-color: rgb(180,136,90); }

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