Html Css Color HEX #B2936B Barley Corn

📋 copy color: '#B2936B'

red 178 ◦ green 147 ◦ blue 107

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

Shades of Barley Corn #B2936B

Tints of Barley Corn #B2936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.77%

R = 41.2%
G = 34.03%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2936B (or 0xB2936B) is known color: Barley Corn. HEX triplet: B2, 93 and 6B. RGB value is (178,147,107). Sum of RGB (Red+Green+Blue) = 178+147+107=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2936B is #4D6C94. Grayscale: #979797. Windows color (decimal): -5074069 or 7050162. OLE color: 7050162.

HSL color Cylindrical-coordinate representation of color #B2936B: hue angle of 33.8º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2936B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 107 -
CMYK 0 0.17 0.40 0.30
HSL 33.8º 0.32% 0.56% -
HSV(B) 33.8º 0.4% 0.7% -
XYZ 31.45 31.39 18.31 -
YUV 151.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 178 147 107 0 0.17 0.40 0.30 33.8 0.32 0.56
Hex B2 93 6B 0 11 28 1E 22 20 38
Octal 262 223 153 0 21 50 36 42 40 70
Binary 10110010 10010011 1101011 0 10001 101000 11110 100010 100000 111000

Color Harmonies of #B2936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2936B

Black with #B2936B

Text Example


Text Example

White with #B2936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2936B; }

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

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

background-color css

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

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

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

border-color css

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

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

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