Html Css Color HEX #BC915F Barley Corn

📋 copy color: '#BC915F'

red 188 ◦ green 145 ◦ blue 95

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

Shades of Barley Corn #BC915F

Tints of Barley Corn #BC915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 43.93%
G = 33.88%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC915F (or 0xBC915F) is known color: Barley Corn. HEX triplet: BC, 91 and 5F. RGB value is (188,145,95). Sum of RGB (Red+Green+Blue) = 188+145+95=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915F is #436EA0. Grayscale: #989898. Windows color (decimal): -4419233 or 6263228. OLE color: 6263228.

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

Color convert

RGB 188 145 95 -
CMYK 0 0.23 0.49 0.26
HSL 32.26º 0.41% 0.55% -
HSV(B) 32.26º 0.49% 0.74% -
XYZ 32.93 31.77 15.22 -
YUV 152.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 188 145 95 0 0.23 0.49 0.26 32.26 0.41 0.55
Hex BC 91 5F 0 17 31 1A 20 29 37
Octal 274 221 137 0 27 61 32 40 51 67
Binary 10111100 10010001 1011111 0 10111 110001 11010 100000 101001 110111

Color Harmonies of #BC915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC915F

Black with #BC915F

Text Example


Text Example

White with #BC915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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