Html Css Color HEX #BC975E Barley Corn

📋 copy color: '#BC975E'

red 188 ◦ green 151 ◦ blue 94

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

Shades of Barley Corn #BC975E

Tints of Barley Corn #BC975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.87%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 43.42%
G = 34.87%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC975E (or 0xBC975E) is known color: Barley Corn. HEX triplet: BC, 97 and 5E. RGB value is (188,151,94). Sum of RGB (Red+Green+Blue) = 188+151+94=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975E is #4368A1. Grayscale: #9B9B9B. Windows color (decimal): -4417698 or 6199228. OLE color: 6199228.

HSL color Cylindrical-coordinate representation of color #BC975E: hue angle of 36.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC975E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 94 -
CMYK 0 0.20 0.50 0.26
HSL 36.38º 0.41% 0.55% -
HSV(B) 36.38º 0.5% 0.74% -
XYZ 33.83 33.63 15.3 -
YUV 155.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 188 151 94 0 0.20 0.50 0.26 36.38 0.41 0.55
Hex BC 97 5E 0 14 32 1A 24 29 37
Octal 274 227 136 0 24 62 32 44 51 67
Binary 10111100 10010111 1011110 0 10100 110010 11010 100100 101001 110111

Color Harmonies of #BC975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC975E

Black with #BC975E

Text Example


Text Example

White with #BC975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC975E; }

 p { color: rgb(188,151,94); }

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

background-color css

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

 a { background-color: rgb(188,151,94); }

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

border-color css

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

 span { border-color: rgb(188,151,94); }

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