Html Css Color HEX #B2955D Barley Corn

📋 copy color: '#B2955D'

red 178 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #B2955D

Tints of Barley Corn #B2955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 42.38%
G = 35.48%
B = 22.14%

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

#B2955D (or 0xB2955D) is known color: Barley Corn. HEX triplet: B2, 95 and 5D. RGB value is (178,149,93). Sum of RGB (Red+Green+Blue) = 178+149+93=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2955D is #4D6AA2. Grayscale: #979797. Windows color (decimal): -5073571 or 6133170. OLE color: 6133170.

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

Color convert

RGB 178 149 93 -
CMYK 0 0.16 0.48 0.30
HSL 39.53º 0.36% 0.53% -
HSV(B) 39.53º 0.48% 0.7% -
XYZ 31.08 31.75 14.85 -
YUV 151.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 178 149 93 0 0.16 0.48 0.30 39.53 0.36 0.53
Hex B2 95 5D 0 10 30 1E 28 24 35
Octal 262 225 135 0 20 60 36 50 44 65
Binary 10110010 10010101 1011101 0 10000 110000 11110 101000 100100 110101

Color Harmonies of #B2955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2955D

Black with #B2955D

Text Example


Text Example

White with #B2955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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