Html Css Color HEX #B2955F Barley Corn

📋 copy color: '#B2955F'

red 178 ◦ green 149 ◦ blue 95

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

Shades of Barley Corn #B2955F

Tints of Barley Corn #B2955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

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

R = 42.18%
G = 35.31%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2955F (or 0xB2955F) is known color: Barley Corn. HEX triplet: B2, 95 and 5F. RGB value is (178,149,95). Sum of RGB (Red+Green+Blue) = 178+149+95=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2955F is #4D6AA0. Grayscale: #979797. Windows color (decimal): -5073569 or 6264242. OLE color: 6264242.

HSL color Cylindrical-coordinate representation of color #B2955F: hue angle of 39.04º 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 #B2955F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 95 -
CMYK 0 0.16 0.47 0.30
HSL 39.04º 0.35% 0.54% -
HSV(B) 39.04º 0.47% 0.7% -
XYZ 31.17 31.79 15.32 -
YUV 151.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 178 149 95 0 0.16 0.47 0.30 39.04 0.35 0.54
Hex B2 95 5F 0 10 2F 1E 27 23 36
Octal 262 225 137 0 20 57 36 47 43 66
Binary 10110010 10010101 1011111 0 10000 101111 11110 100111 100011 110110

Color Harmonies of #B2955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2955F

Black with #B2955F

Text Example


Text Example

White with #B2955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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