Html Css Color HEX #B29668 Barley Corn

📋 copy color: '#B29668'

red 178 ◦ green 150 ◦ blue 104

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

Shades of Barley Corn #B29668

Tints of Barley Corn #B29668

RGB

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

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

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

R = 41.2%
G = 34.72%
B = 24.07%

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

#B29668 (or 0xB29668) is known color: Barley Corn. HEX triplet: B2, 96 and 68. RGB value is (178,150,104). Sum of RGB (Red+Green+Blue) = 178+150+104=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29668 is #4D6997. Grayscale: #999999. Windows color (decimal): -5073304 or 6854322. OLE color: 6854322.

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

Color convert

RGB 178 150 104 -
CMYK 0 0.16 0.42 0.30
HSL 37.3º 0.32% 0.55% -
HSV(B) 37.3º 0.42% 0.7% -
XYZ 31.77 32.28 17.65 -
YUV 153.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 178 150 104 0 0.16 0.42 0.30 37.3 0.32 0.55
Hex B2 96 68 0 10 2A 1E 25 20 37
Octal 262 226 150 0 20 52 36 45 40 67
Binary 10110010 10010110 1101000 0 10000 101010 11110 100101 100000 110111

Color Harmonies of #B29668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29668

Black with #B29668

Text Example


Text Example

White with #B29668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29668; }

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

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

background-color css

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

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

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

border-color css

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

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

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