Html Css Color HEX #BC975C Barley Corn

📋 copy color: '#BC975C'

red 188 ◦ green 151 ◦ blue 92

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

Shades of Barley Corn #BC975C

Tints of Barley Corn #BC975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 43.62%
G = 35.03%
B = 21.35%

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

#BC975C (or 0xBC975C) is known color: Barley Corn. HEX triplet: BC, 97 and 5C. RGB value is (188,151,92). Sum of RGB (Red+Green+Blue) = 188+151+92=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC975C is #4368A3. Grayscale: #9B9B9B. Windows color (decimal): -4417700 or 6068156. OLE color: 6068156.

HSL color Cylindrical-coordinate representation of color #BC975C: hue angle of 36.88º degrees, saturation: 0.42, 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 #BC975C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 92 -
CMYK 0 0.20 0.51 0.26
HSL 36.88º 0.42% 0.55% -
HSV(B) 36.88º 0.51% 0.74% -
XYZ 33.74 33.6 14.83 -
YUV 155.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 188 151 92 0 0.20 0.51 0.26 36.88 0.42 0.55
Hex BC 97 5C 0 14 33 1A 25 2A 37
Octal 274 227 134 0 24 63 32 45 52 67
Binary 10111100 10010111 1011100 0 10100 110011 11010 100101 101010 110111

Color Harmonies of #BC975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC975C

Black with #BC975C

Text Example


Text Example

White with #BC975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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