Html Css Color HEX #B2996B Barley Corn

📋 copy color: '#B2996B'

red 178 ◦ green 153 ◦ blue 107

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

Shades of Barley Corn #B2996B

Tints of Barley Corn #B2996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 40.64%
G = 34.93%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2996B (or 0xB2996B) is known color: Barley Corn. HEX triplet: B2, 99 and 6B. RGB value is (178,153,107). Sum of RGB (Red+Green+Blue) = 178+153+107=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2996B is #4D6694. Grayscale: #9B9B9B. Windows color (decimal): -5072533 or 7051698. OLE color: 7051698.

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

Color convert

RGB 178 153 107 -
CMYK 0 0.14 0.40 0.30
HSL 38.87º 0.32% 0.56% -
HSV(B) 38.87º 0.4% 0.7% -
XYZ 32.41 33.31 18.63 -
YUV 155.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 178 153 107 0 0.14 0.40 0.30 38.87 0.32 0.56
Hex B2 99 6B 0 E 28 1E 27 20 38
Octal 262 231 153 0 16 50 36 47 40 70
Binary 10110010 10011001 1101011 0 1110 101000 11110 100111 100000 111000

Color Harmonies of #B2996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2996B

Black with #B2996B

Text Example


Text Example

White with #B2996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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