Html Css Color HEX #B29666 Barley Corn

📋 copy color: '#B29666'

red 178 ◦ green 150 ◦ blue 102

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

Shades of Barley Corn #B29666

Tints of Barley Corn #B29666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 41.4%
G = 34.88%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29666 (or 0xB29666) is known color: Barley Corn. HEX triplet: B2, 96 and 66. RGB value is (178,150,102). Sum of RGB (Red+Green+Blue) = 178+150+102=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29666 is #4D6999. Grayscale: #999999. Windows color (decimal): -5073306 or 6723250. OLE color: 6723250.

HSL color Cylindrical-coordinate representation of color #B29666: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B29666 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 102 -
CMYK 0 0.16 0.43 0.30
HSL 37.89º 0.33% 0.55% -
HSV(B) 37.89º 0.43% 0.7% -
XYZ 31.66 32.24 17.12 -
YUV 152.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 178 150 102 0 0.16 0.43 0.30 37.89 0.33 0.55
Hex B2 96 66 0 10 2B 1E 26 21 37
Octal 262 226 146 0 20 53 36 46 41 67
Binary 10110010 10010110 1100110 0 10000 101011 11110 100110 100001 110111

Color Harmonies of #B29666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29666

Black with #B29666

Text Example


Text Example

White with #B29666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29666; }

 p { color: rgb(178,150,102); }

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

background-color css

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

 a { background-color: rgb(178,150,102); }

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

border-color css

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

 span { border-color: rgb(178,150,102); }

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