Html Css Color HEX #BC985A Barley Corn

📋 copy color: '#BC985A'

red 188 ◦ green 152 ◦ blue 90

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

Shades of Barley Corn #BC985A

Tints of Barley Corn #BC985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 43.72%
G = 35.35%
B = 20.93%

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

#BC985A (or 0xBC985A) is known color: Barley Corn. HEX triplet: BC, 98 and 5A. RGB value is (188,152,90). Sum of RGB (Red+Green+Blue) = 188+152+90=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC985A is #4367A5. Grayscale: #9B9B9B. Windows color (decimal): -4417446 or 5937340. OLE color: 5937340.

HSL color Cylindrical-coordinate representation of color #BC985A: hue angle of 37.96º 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 #BC985A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 90 -
CMYK 0 0.19 0.52 0.26
HSL 37.96º 0.42% 0.55% -
HSV(B) 37.96º 0.52% 0.74% -
XYZ 33.81 33.89 14.43 -
YUV 155.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 188 152 90 0 0.19 0.52 0.26 37.96 0.42 0.55
Hex BC 98 5A 0 13 34 1A 26 2A 37
Octal 274 230 132 0 23 64 32 46 52 67
Binary 10111100 10011000 1011010 0 10011 110100 11010 100110 101010 110111

Color Harmonies of #BC985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC985A

Black with #BC985A

Text Example


Text Example

White with #BC985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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