Html Css Color HEX #BC965C Barley Corn

📋 copy color: '#BC965C'

red 188 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #BC965C

Tints of Barley Corn #BC965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 43.72%
G = 34.88%
B = 21.4%

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

#BC965C (or 0xBC965C) is known color: Barley Corn. HEX triplet: BC, 96 and 5C. RGB value is (188,150,92). Sum of RGB (Red+Green+Blue) = 188+150+92=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC965C is #4369A3. Grayscale: #9B9B9B. Windows color (decimal): -4417956 or 6067900. OLE color: 6067900.

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

Color convert

RGB 188 150 92 -
CMYK 0 0.20 0.51 0.26
HSL 36.25º 0.42% 0.55% -
HSV(B) 36.25º 0.51% 0.74% -
XYZ 33.58 33.28 14.78 -
YUV 154.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 188 150 92 0 0.20 0.51 0.26 36.25 0.42 0.55
Hex BC 96 5C 0 14 33 1A 24 2A 37
Octal 274 226 134 0 24 63 32 44 52 67
Binary 10111100 10010110 1011100 0 10100 110011 11010 100100 101010 110111

Color Harmonies of #BC965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC965C

Black with #BC965C

Text Example


Text Example

White with #BC965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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