Html Css Color HEX #B2885F Barley Corn

📋 copy color: '#B2885F'

red 178 ◦ green 136 ◦ blue 95

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

Shades of Barley Corn #B2885F

Tints of Barley Corn #B2885F

RGB

 RED value IS 178 (69.92% from 255) = 43.52%

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

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 43.52%
G = 33.25%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2885F (or 0xB2885F) is known color: Barley Corn. HEX triplet: B2, 88 and 5F. RGB value is (178,136,95). Sum of RGB (Red+Green+Blue) = 178+136+95=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2885F is #4D77A0. Grayscale: #909090. Windows color (decimal): -5076897 or 6260914. OLE color: 6260914.

HSL color Cylindrical-coordinate representation of color #B2885F: hue angle of 29.64º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2885F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 95 -
CMYK 0 0.24 0.47 0.30
HSL 29.64º 0.35% 0.54% -
HSV(B) 29.64º 0.47% 0.7% -
XYZ 29.23 27.9 14.67 -
YUV 143.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 178 136 95 0 0.24 0.47 0.30 29.64 0.35 0.54
Hex B2 88 5F 0 18 2F 1E 1E 23 36
Octal 262 210 137 0 30 57 36 36 43 66
Binary 10110010 10001000 1011111 0 11000 101111 11110 11110 100011 110110

Color Harmonies of #B2885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2885F

Black with #B2885F

Text Example


Text Example

White with #B2885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2885F; }

 p { color: rgb(178,136,95); }

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

background-color css

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

 a { background-color: rgb(178,136,95); }

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

border-color css

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

 span { border-color: rgb(178,136,95); }

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