Html Css Color HEX #B2955E Barley Corn

📋 copy color: '#B2955E'

red 178 ◦ green 149 ◦ blue 94

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

Shades of Barley Corn #B2955E

Tints of Barley Corn #B2955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 42.28%
G = 35.39%
B = 22.33%

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

#B2955E (or 0xB2955E) is known color: Barley Corn. HEX triplet: B2, 95 and 5E. RGB value is (178,149,94). Sum of RGB (Red+Green+Blue) = 178+149+94=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2955E is #4D6AA1. Grayscale: #979797. Windows color (decimal): -5073570 or 6198706. OLE color: 6198706.

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

Color convert

RGB 178 149 94 -
CMYK 0 0.16 0.47 0.30
HSL 39.29º 0.35% 0.53% -
HSV(B) 39.29º 0.47% 0.7% -
XYZ 31.13 31.77 15.08 -
YUV 151.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 178 149 94 0 0.16 0.47 0.30 39.29 0.35 0.53
Hex B2 95 5E 0 10 2F 1E 27 23 35
Octal 262 225 136 0 20 57 36 47 43 65
Binary 10110010 10010101 1011110 0 10000 101111 11110 100111 100011 110101

Color Harmonies of #B2955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2955E

Black with #B2955E

Text Example


Text Example

White with #B2955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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