Html Css Color HEX #B28F57 Barley Corn

📋 copy color: '#B28F57'

red 178 ◦ green 143 ◦ blue 87

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

Shades of Barley Corn #B28F57

Tints of Barley Corn #B28F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 43.63%
G = 35.05%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B28F57 (or 0xB28F57) is known color: Barley Corn. HEX triplet: B2, 8F and 57. RGB value is (178,143,87). Sum of RGB (Red+Green+Blue) = 178+143+87=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F57 is #4D70A8. Grayscale: #939393. Windows color (decimal): -5075113 or 5738418. OLE color: 5738418.

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

Color convert

RGB 178 143 87 -
CMYK 0 0.20 0.51 0.30
HSL 36.92º 0.37% 0.52% -
HSV(B) 36.92º 0.51% 0.7% -
XYZ 29.9 29.8 13.19 -
YUV 147.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 178 143 87 0 0.20 0.51 0.30 36.92 0.37 0.52
Hex B2 8F 57 0 14 33 1E 25 25 34
Octal 262 217 127 0 24 63 36 45 45 64
Binary 10110010 10001111 1010111 0 10100 110011 11110 100101 100101 110100

Color Harmonies of #B28F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F57

Black with #B28F57

Text Example


Text Example

White with #B28F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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