Html Css Color HEX #B4885C Barley Corn

📋 copy color: '#B4885C'

red 180 ◦ green 136 ◦ blue 92

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

Shades of Barley Corn #B4885C

Tints of Barley Corn #B4885C

RGB

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

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

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

R = 44.12%
G = 33.33%
B = 22.55%

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

#B4885C (or 0xB4885C) is known color: Barley Corn. HEX triplet: B4, 88 and 5C. RGB value is (180,136,92). Sum of RGB (Red+Green+Blue) = 180+136+92=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4885C is #4B77A3. Grayscale: #909090. Windows color (decimal): -4945828 or 6064308. OLE color: 6064308.

HSL color Cylindrical-coordinate representation of color #B4885C: hue angle of 30º 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 #B4885C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 92 -
CMYK 0 0.24 0.49 0.29
HSL 30º 0.37% 0.53% -
HSV(B) 30º 0.49% 0.71% -
XYZ 29.56 28.08 13.99 -
YUV 144.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 180 136 92 0 0.24 0.49 0.29 30 0.37 0.53
Hex B4 88 5C 0 18 31 1D 1E 25 35
Octal 264 210 134 0 30 61 35 36 45 65
Binary 10110100 10001000 1011100 0 11000 110001 11101 11110 100101 110101

Color Harmonies of #B4885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4885C

Black with #B4885C

Text Example


Text Example

White with #B4885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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