Html Css Color HEX #B29565 Barley Corn

📋 copy color: '#B29565'

red 178 ◦ green 149 ◦ blue 101

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

Shades of Barley Corn #B29565

Tints of Barley Corn #B29565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 41.59%
G = 34.81%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29565 (or 0xB29565) is known color: Barley Corn. HEX triplet: B2, 95 and 65. RGB value is (178,149,101). Sum of RGB (Red+Green+Blue) = 178+149+101=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29565 is #4D6A9A. Grayscale: #989898. Windows color (decimal): -5073563 or 6657458. OLE color: 6657458.

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

Color convert

RGB 178 149 101 -
CMYK 0 0.16 0.43 0.30
HSL 37.4º 0.33% 0.55% -
HSV(B) 37.4º 0.43% 0.7% -
XYZ 31.46 31.9 16.81 -
YUV 152.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 178 149 101 0 0.16 0.43 0.30 37.4 0.33 0.55
Hex B2 95 65 0 10 2B 1E 25 21 37
Octal 262 225 145 0 20 53 36 45 41 67
Binary 10110010 10010101 1100101 0 10000 101011 11110 100101 100001 110111

Color Harmonies of #B29565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29565

Black with #B29565

Text Example


Text Example

White with #B29565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29565; }

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

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

background-color css

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

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

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

border-color css

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

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

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