Html Css Color HEX #B2955C Barley Corn

📋 copy color: '#B2955C'

red 178 ◦ green 149 ◦ blue 92

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

Shades of Barley Corn #B2955C

Tints of Barley Corn #B2955C

RGB

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

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

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

R = 42.48%
G = 35.56%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2955C (or 0xB2955C) is known color: Barley Corn. HEX triplet: B2, 95 and 5C. RGB value is (178,149,92). Sum of RGB (Red+Green+Blue) = 178+149+92=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2955C is #4D6AA3. Grayscale: #979797. Windows color (decimal): -5073572 or 6067634. OLE color: 6067634.

HSL color Cylindrical-coordinate representation of color #B2955C: hue angle of 39.77º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2955C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 92 -
CMYK 0 0.16 0.48 0.30
HSL 39.77º 0.36% 0.53% -
HSV(B) 39.77º 0.48% 0.7% -
XYZ 31.04 31.73 14.61 -
YUV 151.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 178 149 92 0 0.16 0.48 0.30 39.77 0.36 0.53
Hex B2 95 5C 0 10 30 1E 28 24 35
Octal 262 225 134 0 20 60 36 50 44 65
Binary 10110010 10010101 1011100 0 10000 110000 11110 101000 100100 110101

Color Harmonies of #B2955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2955C

Black with #B2955C

Text Example


Text Example

White with #B2955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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