Html Css Color HEX #B28F62 Barley Corn

📋 copy color: '#B28F62'

red 178 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #B28F62

Tints of Barley Corn #B28F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 42.48%
G = 34.13%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B28F62 (or 0xB28F62) is known color: Barley Corn. HEX triplet: B2, 8F and 62. RGB value is (178,143,98). Sum of RGB (Red+Green+Blue) = 178+143+98=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F62 is #4D709D. Grayscale: #949494. Windows color (decimal): -5075102 or 6459314. OLE color: 6459314.

HSL color Cylindrical-coordinate representation of color #B28F62: hue angle of 33.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28F62 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 98 -
CMYK 0 0.20 0.45 0.30
HSL 33.75º 0.34% 0.54% -
HSV(B) 33.75º 0.45% 0.7% -
XYZ 30.39 29.99 15.74 -
YUV 148.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 178 143 98 0 0.20 0.45 0.30 33.75 0.34 0.54
Hex B2 8F 62 0 14 2D 1E 22 22 36
Octal 262 217 142 0 24 55 36 42 42 66
Binary 10110010 10001111 1100010 0 10100 101101 11110 100010 100010 110110

Color Harmonies of #B28F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F62

Black with #B28F62

Text Example


Text Example

White with #B28F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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