Html Css Color HEX #BC7156 Japonica

📋 copy color: '#BC7156'

red 188 ◦ green 113 ◦ blue 86

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

Shades of Japonica #BC7156

Tints of Japonica #BC7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 48.58%
G = 29.2%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC7156 (or 0xBC7156) is known color: Japonica. HEX triplet: BC, 71 and 56. RGB value is (188,113,86). Sum of RGB (Red+Green+Blue) = 188+113+86=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7156 is #438EA9. Grayscale: #848484. Windows color (decimal): -4427434 or 5665212. OLE color: 5665212.

HSL color Cylindrical-coordinate representation of color #BC7156: hue angle of 15.88º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7156 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 86 -
CMYK 0 0.40 0.54 0.26
HSL 15.88º 0.43% 0.54% -
HSV(B) 15.88º 0.54% 0.74% -
XYZ 28.32 23.17 11.78 -
YUV 132.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 188 113 86 0 0.40 0.54 0.26 15.88 0.43 0.54
Hex BC 71 56 0 28 36 1A 10 2B 36
Octal 274 161 126 0 50 66 32 20 53 66
Binary 10111100 1110001 1010110 0 101000 110110 11010 10000 101011 110110

Color Harmonies of #BC7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7156

Black with #BC7156

Text Example


Text Example

White with #BC7156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7156; }

 p { color: rgb(188,113,86); }

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

background-color css

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

 a { background-color: rgb(188,113,86); }

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

border-color css

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

 span { border-color: rgb(188,113,86); }

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