Html Css Color HEX #B29568 Barley Corn

📋 copy color: '#B29568'

red 178 ◦ green 149 ◦ blue 104

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

Shades of Barley Corn #B29568

Tints of Barley Corn #B29568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 41.3%
G = 34.57%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B29568 (or 0xB29568) is known color: Barley Corn. HEX triplet: B2, 95 and 68. RGB value is (178,149,104). Sum of RGB (Red+Green+Blue) = 178+149+104=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B29568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29568 is #4D6A97. Grayscale: #989898. Windows color (decimal): -5073560 or 6854066. OLE color: 6854066.

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

Color convert

RGB 178 149 104 -
CMYK 0 0.16 0.42 0.30
HSL 36.49º 0.32% 0.55% -
HSV(B) 36.49º 0.42% 0.7% -
XYZ 31.61 31.96 17.6 -
YUV 152.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 178 149 104 0 0.16 0.42 0.30 36.49 0.32 0.55
Hex B2 95 68 0 10 2A 1E 24 20 37
Octal 262 225 150 0 20 52 36 44 40 67
Binary 10110010 10010101 1101000 0 10000 101010 11110 100100 100000 110111

Color Harmonies of #B29568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29568

Black with #B29568

Text Example


Text Example

White with #B29568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29568; }

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

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

background-color css

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

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

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

border-color css

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

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

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