Html Css Color HEX #B29163 Barley Corn

📋 copy color: '#B29163'

red 178 ◦ green 145 ◦ blue 99

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

Shades of Barley Corn #B29163

Tints of Barley Corn #B29163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

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

R = 42.18%
G = 34.36%
B = 23.46%

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

#B29163 (or 0xB29163) is known color: Barley Corn. HEX triplet: B2, 91 and 63. RGB value is (178,145,99). Sum of RGB (Red+Green+Blue) = 178+145+99=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B29163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29163 is #4D6E9C. Grayscale: #959595. Windows color (decimal): -5074589 or 6525362. OLE color: 6525362.

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

Color convert

RGB 178 145 99 -
CMYK 0 0.19 0.44 0.30
HSL 34.94º 0.34% 0.54% -
HSV(B) 34.94º 0.44% 0.7% -
XYZ 30.74 30.62 16.09 -
YUV 149.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 178 145 99 0 0.19 0.44 0.30 34.94 0.34 0.54
Hex B2 91 63 0 13 2C 1E 23 22 36
Octal 262 221 143 0 23 54 36 43 42 66
Binary 10110010 10010001 1100011 0 10011 101100 11110 100011 100010 110110

Color Harmonies of #B29163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29163

Black with #B29163

Text Example


Text Example

White with #B29163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29163; }

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

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

background-color css

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

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

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

border-color css

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

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

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