Html Css Color HEX #B29057 Barley Corn

📋 copy color: '#B29057'

red 178 ◦ green 144 ◦ blue 87

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

Shades of Barley Corn #B29057

Tints of Barley Corn #B29057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.27%

R = 43.52%
G = 35.21%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B29057 (or 0xB29057) is known color: Barley Corn. HEX triplet: B2, 90 and 57. RGB value is (178,144,87). Sum of RGB (Red+Green+Blue) = 178+144+87=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29057 is #4D6FA8. Grayscale: #939393. Windows color (decimal): -5074857 or 5738674. OLE color: 5738674.

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

Color convert

RGB 178 144 87 -
CMYK 0 0.19 0.51 0.30
HSL 37.58º 0.37% 0.52% -
HSV(B) 37.58º 0.51% 0.7% -
XYZ 30.05 30.1 13.24 -
YUV 147.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 178 144 87 0 0.19 0.51 0.30 37.58 0.37 0.52
Hex B2 90 57 0 13 33 1E 26 25 34
Octal 262 220 127 0 23 63 36 46 45 64
Binary 10110010 10010000 1010111 0 10011 110011 11110 100110 100101 110100

Color Harmonies of #B29057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29057

Black with #B29057

Text Example


Text Example

White with #B29057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29057; }

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

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

background-color css

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

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

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

border-color css

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

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

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