Html Css Color HEX #B29061 Barley Corn

📋 copy color: '#B29061'

red 178 ◦ green 144 ◦ blue 97

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

Shades of Barley Corn #B29061

Tints of Barley Corn #B29061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 42.48%
G = 34.37%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B29061 (or 0xB29061) is known color: Barley Corn. HEX triplet: B2, 90 and 61. RGB value is (178,144,97). Sum of RGB (Red+Green+Blue) = 178+144+97=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B29061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29061 is #4D6F9E. Grayscale: #959595. Windows color (decimal): -5074847 or 6394034. OLE color: 6394034.

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

Color convert

RGB 178 144 97 -
CMYK 0 0.19 0.46 0.30
HSL 34.81º 0.34% 0.54% -
HSV(B) 34.81º 0.46% 0.7% -
XYZ 30.49 30.27 15.55 -
YUV 148.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 178 144 97 0 0.19 0.46 0.30 34.81 0.34 0.54
Hex B2 90 61 0 13 2E 1E 23 22 36
Octal 262 220 141 0 23 56 36 43 42 66
Binary 10110010 10010000 1100001 0 10011 101110 11110 100011 100010 110110

Color Harmonies of #B29061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29061

Black with #B29061

Text Example


Text Example

White with #B29061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29061; }

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

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

background-color css

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

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

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

border-color css

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

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

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