Html Css Color HEX #BC915D Barley Corn

📋 copy color: '#BC915D'

red 188 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #BC915D

Tints of Barley Corn #BC915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

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

R = 44.13%
G = 34.04%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC915D (or 0xBC915D) is known color: Barley Corn. HEX triplet: BC, 91 and 5D. RGB value is (188,145,93). Sum of RGB (Red+Green+Blue) = 188+145+93=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915D is #436EA2. Grayscale: #989898. Windows color (decimal): -4419235 or 6132156. OLE color: 6132156.

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

Color convert

RGB 188 145 93 -
CMYK 0 0.23 0.51 0.26
HSL 32.84º 0.41% 0.55% -
HSV(B) 32.84º 0.51% 0.74% -
XYZ 32.84 31.73 14.75 -
YUV 151.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 188 145 93 0 0.23 0.51 0.26 32.84 0.41 0.55
Hex BC 91 5D 0 17 33 1A 21 29 37
Octal 274 221 135 0 27 63 32 41 51 67
Binary 10111100 10010001 1011101 0 10111 110011 11010 100001 101001 110111

Color Harmonies of #BC915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC915D

Black with #BC915D

Text Example


Text Example

White with #BC915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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