Html Css Color HEX #B29063 Barley Corn

📋 copy color: '#B29063'

red 178 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #B29063

Tints of Barley Corn #B29063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 42.28%
G = 34.2%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B29063 (or 0xB29063) is known color: Barley Corn. HEX triplet: B2, 90 and 63. RGB value is (178,144,99). Sum of RGB (Red+Green+Blue) = 178+144+99=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B29063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29063 is #4D6F9C. Grayscale: #959595. Windows color (decimal): -5074845 or 6525106. OLE color: 6525106.

HSL color Cylindrical-coordinate representation of color #B29063: hue angle of 34.18º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29063 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 99 -
CMYK 0 0.19 0.44 0.30
HSL 34.18º 0.34% 0.54% -
HSV(B) 34.18º 0.44% 0.7% -
XYZ 30.59 30.31 16.04 -
YUV 149.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 178 144 99 0 0.19 0.44 0.30 34.18 0.34 0.54
Hex B2 90 63 0 13 2C 1E 22 22 36
Octal 262 220 143 0 23 54 36 42 42 66
Binary 10110010 10010000 1100011 0 10011 101100 11110 100010 100010 110110

Color Harmonies of #B29063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29063

Black with #B29063

Text Example


Text Example

White with #B29063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29063; }

 p { color: rgb(178,144,99); }

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

background-color css

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

 a { background-color: rgb(178,144,99); }

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

border-color css

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

 span { border-color: rgb(178,144,99); }

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