Html Css Color HEX #BC975D Barley Corn

📋 copy color: '#BC975D'

red 188 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #BC975D

Tints of Barley Corn #BC975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 43.52%
G = 34.95%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC975D (or 0xBC975D) is known color: Barley Corn. HEX triplet: BC, 97 and 5D. RGB value is (188,151,93). Sum of RGB (Red+Green+Blue) = 188+151+93=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975D is #4368A2. Grayscale: #9B9B9B. Windows color (decimal): -4417699 or 6133692. OLE color: 6133692.

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

Color convert

RGB 188 151 93 -
CMYK 0 0.20 0.51 0.26
HSL 36.63º 0.41% 0.55% -
HSV(B) 36.63º 0.51% 0.74% -
XYZ 33.78 33.61 15.06 -
YUV 155.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 188 151 93 0 0.20 0.51 0.26 36.63 0.41 0.55
Hex BC 97 5D 0 14 33 1A 25 29 37
Octal 274 227 135 0 24 63 32 45 51 67
Binary 10111100 10010111 1011101 0 10100 110011 11010 100101 101001 110111

Color Harmonies of #BC975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC975D

Black with #BC975D

Text Example


Text Example

White with #BC975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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