Html Css Color HEX #B29466 Barley Corn

📋 copy color: '#B29466'

red 178 ◦ green 148 ◦ blue 102

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

Shades of Barley Corn #B29466

Tints of Barley Corn #B29466

RGB

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

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

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

R = 41.59%
G = 34.58%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29466 (or 0xB29466) is known color: Barley Corn. HEX triplet: B2, 94 and 66. RGB value is (178,148,102). Sum of RGB (Red+Green+Blue) = 178+148+102=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29466 is #4D6B99. Grayscale: #979797. Windows color (decimal): -5073818 or 6722738. OLE color: 6722738.

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

Color convert

RGB 178 148 102 -
CMYK 0 0.17 0.43 0.30
HSL 36.32º 0.33% 0.55% -
HSV(B) 36.32º 0.43% 0.7% -
XYZ 31.35 31.6 17.02 -
YUV 151.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 178 148 102 0 0.17 0.43 0.30 36.32 0.33 0.55
Hex B2 94 66 0 11 2B 1E 24 21 37
Octal 262 224 146 0 21 53 36 44 41 67
Binary 10110010 10010100 1100110 0 10001 101011 11110 100100 100001 110111

Color Harmonies of #B29466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29466

Black with #B29466

Text Example


Text Example

White with #B29466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29466; }

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

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

background-color css

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

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

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

border-color css

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

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

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