Html Css Color HEX #BC985B Barley Corn

📋 copy color: '#BC985B'

red 188 ◦ green 152 ◦ blue 91

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

Shades of Barley Corn #BC985B

Tints of Barley Corn #BC985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.27%

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 43.62%
G = 35.27%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC985B (or 0xBC985B) is known color: Barley Corn. HEX triplet: BC, 98 and 5B. RGB value is (188,152,91). Sum of RGB (Red+Green+Blue) = 188+152+91=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985B is #4367A4. Grayscale: #9C9C9C. Windows color (decimal): -4417445 or 6002876. OLE color: 6002876.

HSL color Cylindrical-coordinate representation of color #BC985B: hue angle of 37.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC985B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 91 -
CMYK 0 0.19 0.52 0.26
HSL 37.73º 0.42% 0.55% -
HSV(B) 37.73º 0.52% 0.74% -
XYZ 33.86 33.9 14.66 -
YUV 155.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 188 152 91 0 0.19 0.52 0.26 37.73 0.42 0.55
Hex BC 98 5B 0 13 34 1A 26 2A 37
Octal 274 230 133 0 23 64 32 46 52 67
Binary 10111100 10011000 1011011 0 10011 110100 11010 100110 101010 110111

Color Harmonies of #BC985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC985B

Black with #BC985B

Text Example


Text Example

White with #BC985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC985B; }

 p { color: rgb(188,152,91); }

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

background-color css

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

 a { background-color: rgb(188,152,91); }

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

border-color css

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

 span { border-color: rgb(188,152,91); }

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