Html Css Color HEX #BC8F62 Barley Corn

📋 copy color: '#BC8F62'

red 188 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #BC8F62

Tints of Barley Corn #BC8F62

RGB

 RED value IS 188 (73.83% from 255) = 43.82%

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

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

R = 43.82%
G = 33.33%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8F62 (or 0xBC8F62) is known color: Barley Corn. HEX triplet: BC, 8F and 62. RGB value is (188,143,98). Sum of RGB (Red+Green+Blue) = 188+143+98=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F62 is #43709D. Grayscale: #979797. Windows color (decimal): -4419742 or 6459324. OLE color: 6459324.

HSL color Cylindrical-coordinate representation of color #BC8F62: hue angle of 30º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC8F62 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 98 -
CMYK 0 0.24 0.48 0.26
HSL 30º 0.4% 0.56% -
HSV(B) 30º 0.48% 0.74% -
XYZ 32.77 31.22 15.85 -
YUV 151.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 188 143 98 0 0.24 0.48 0.26 30 0.4 0.56
Hex BC 8F 62 0 18 30 1A 1E 28 38
Octal 274 217 142 0 30 60 32 36 50 70
Binary 10111100 10001111 1100010 0 11000 110000 11010 11110 101000 111000

Color Harmonies of #BC8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F62

Black with #BC8F62

Text Example


Text Example

White with #BC8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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