Html Css Color HEX #B29065 Barley Corn

📋 copy color: '#B29065'

red 178 ◦ green 144 ◦ blue 101

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

Shades of Barley Corn #B29065

Tints of Barley Corn #B29065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 42.08%
G = 34.04%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29065 (or 0xB29065) is known color: Barley Corn. HEX triplet: B2, 90 and 65. RGB value is (178,144,101). Sum of RGB (Red+Green+Blue) = 178+144+101=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29065 is #4D6F9A. Grayscale: #959595. Windows color (decimal): -5074843 or 6656178. OLE color: 6656178.

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

Color convert

RGB 178 144 101 -
CMYK 0 0.19 0.43 0.30
HSL 33.51º 0.33% 0.55% -
HSV(B) 33.51º 0.43% 0.7% -
XYZ 30.68 30.35 16.55 -
YUV 149.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 178 144 101 0 0.19 0.43 0.30 33.51 0.33 0.55
Hex B2 90 65 0 13 2B 1E 22 21 37
Octal 262 220 145 0 23 53 36 42 41 67
Binary 10110010 10010000 1100101 0 10011 101011 11110 100010 100001 110111

Color Harmonies of #B29065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29065

Black with #B29065

Text Example


Text Example

White with #B29065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29065; }

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

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

background-color css

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

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

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

border-color css

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

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

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