Html Css Color HEX #B19057 Barley Corn

📋 copy color: '#B19057'

red 177 ◦ green 144 ◦ blue 87

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

Shades of Barley Corn #B19057

Tints of Barley Corn #B19057

RGB

 RED value IS 177 (69.53% from 255) = 43.38%

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

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

R = 43.38%
G = 35.29%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B19057 (or 0xB19057) is known color: Barley Corn. HEX triplet: B1, 90 and 57. RGB value is (177,144,87). Sum of RGB (Red+Green+Blue) = 177+144+87=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B19057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19057 is #4E6FA8. Grayscale: #939393. Windows color (decimal): -5140393 or 5738673. OLE color: 5738673.

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

Color convert

RGB 177 144 87 -
CMYK 0 0.19 0.51 0.31
HSL 38º 0.37% 0.52% -
HSV(B) 38º 0.51% 0.69% -
XYZ 29.83 29.98 13.23 -
YUV 147.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 177 144 87 0 0.19 0.51 0.31 38 0.37 0.52
Hex B1 90 57 0 13 33 1F 26 25 34
Octal 261 220 127 0 23 63 37 46 45 64
Binary 10110001 10010000 1010111 0 10011 110011 11111 100110 100101 110100

Color Harmonies of #B19057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19057

Black with #B19057

Text Example


Text Example

White with #B19057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19057; }

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

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

background-color css

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

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

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

border-color css

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

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

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