Html Css Color HEX #B2935D Barley Corn

📋 copy color: '#B2935D'

red 178 ◦ green 147 ◦ blue 93

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

Shades of Barley Corn #B2935D

Tints of Barley Corn #B2935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 42.58%
G = 35.17%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2935D (or 0xB2935D) is known color: Barley Corn. HEX triplet: B2, 93 and 5D. RGB value is (178,147,93). Sum of RGB (Red+Green+Blue) = 178+147+93=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2935D is #4D6CA2. Grayscale: #969696. Windows color (decimal): -5074083 or 6132658. OLE color: 6132658.

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

Color convert

RGB 178 147 93 -
CMYK 0 0.17 0.48 0.30
HSL 38.12º 0.36% 0.53% -
HSV(B) 38.12º 0.48% 0.7% -
XYZ 30.77 31.12 14.74 -
YUV 150.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 178 147 93 0 0.17 0.48 0.30 38.12 0.36 0.53
Hex B2 93 5D 0 11 30 1E 26 24 35
Octal 262 223 135 0 21 60 36 46 44 65
Binary 10110010 10010011 1011101 0 10001 110000 11110 100110 100100 110101

Color Harmonies of #B2935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2935D

Black with #B2935D

Text Example


Text Example

White with #B2935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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