Html Css Color HEX #B2976B Barley Corn

📋 copy color: '#B2976B'

red 178 ◦ green 151 ◦ blue 107

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

Shades of Barley Corn #B2976B

Tints of Barley Corn #B2976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.63%

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

R = 40.83%
G = 34.63%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2976B (or 0xB2976B) is known color: Barley Corn. HEX triplet: B2, 97 and 6B. RGB value is (178,151,107). Sum of RGB (Red+Green+Blue) = 178+151+107=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2976B is #4D6894. Grayscale: #9A9A9A. Windows color (decimal): -5073045 or 7051186. OLE color: 7051186.

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

Color convert

RGB 178 151 107 -
CMYK 0 0.15 0.40 0.30
HSL 37.18º 0.32% 0.56% -
HSV(B) 37.18º 0.4% 0.7% -
XYZ 32.08 32.66 18.52 -
YUV 154.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 178 151 107 0 0.15 0.40 0.30 37.18 0.32 0.56
Hex B2 97 6B 0 F 28 1E 25 20 38
Octal 262 227 153 0 17 50 36 45 40 70
Binary 10110010 10010111 1101011 0 1111 101000 11110 100101 100000 111000

Color Harmonies of #B2976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2976B

Black with #B2976B

Text Example


Text Example

White with #B2976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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