Html Css Color HEX #B2946B Barley Corn

📋 copy color: '#B2946B'

red 178 ◦ green 148 ◦ blue 107

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

Shades of Barley Corn #B2946B

Tints of Barley Corn #B2946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

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

R = 41.11%
G = 34.18%
B = 24.71%

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

#B2946B (or 0xB2946B) is known color: Barley Corn. HEX triplet: B2, 94 and 6B. RGB value is (178,148,107). Sum of RGB (Red+Green+Blue) = 178+148+107=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2946B is #4D6B94. Grayscale: #989898. Windows color (decimal): -5073813 or 7050418. OLE color: 7050418.

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

Color convert

RGB 178 148 107 -
CMYK 0 0.17 0.40 0.30
HSL 34.65º 0.32% 0.56% -
HSV(B) 34.65º 0.4% 0.7% -
XYZ 31.6 31.71 18.36 -
YUV 152.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 178 148 107 0 0.17 0.40 0.30 34.65 0.32 0.56
Hex B2 94 6B 0 11 28 1E 23 20 38
Octal 262 224 153 0 21 50 36 43 40 70
Binary 10110010 10010100 1101011 0 10001 101000 11110 100011 100000 111000

Color Harmonies of #B2946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2946B

Black with #B2946B

Text Example


Text Example

White with #B2946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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