Html Css Color HEX #B29566 Barley Corn

📋 copy color: '#B29566'

red 178 ◦ green 149 ◦ blue 102

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

Shades of Barley Corn #B29566

Tints of Barley Corn #B29566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

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

R = 41.49%
G = 34.73%
B = 23.78%

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

#B29566 (or 0xB29566) is known color: Barley Corn. HEX triplet: B2, 95 and 66. RGB value is (178,149,102). Sum of RGB (Red+Green+Blue) = 178+149+102=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B29566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29566 is #4D6A99. Grayscale: #989898. Windows color (decimal): -5073562 or 6722994. OLE color: 6722994.

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

Color convert

RGB 178 149 102 -
CMYK 0 0.16 0.43 0.30
HSL 37.11º 0.33% 0.55% -
HSV(B) 37.11º 0.43% 0.7% -
XYZ 31.51 31.92 17.07 -
YUV 152.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 178 149 102 0 0.16 0.43 0.30 37.11 0.33 0.55
Hex B2 95 66 0 10 2B 1E 25 21 37
Octal 262 225 146 0 20 53 36 45 41 67
Binary 10110010 10010101 1100110 0 10000 101011 11110 100101 100001 110111

Color Harmonies of #B29566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29566

Black with #B29566

Text Example


Text Example

White with #B29566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29566; }

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

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

background-color css

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

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

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

border-color css

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

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

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