Html Css Color HEX #BC7359 Japonica

📋 copy color: '#BC7359'

red 188 ◦ green 115 ◦ blue 89

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

Shades of Japonica #BC7359

Tints of Japonica #BC7359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 47.96%
G = 29.34%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7359 (or 0xBC7359) is known color: Japonica. HEX triplet: BC, 73 and 59. RGB value is (188,115,89). Sum of RGB (Red+Green+Blue) = 188+115+89=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7359 is #438CA6. Grayscale: #868686. Windows color (decimal): -4426919 or 5862332. OLE color: 5862332.

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

Color convert

RGB 188 115 89 -
CMYK 0 0.39 0.53 0.26
HSL 15.76º 0.42% 0.54% -
HSV(B) 15.76º 0.53% 0.74% -
XYZ 28.67 23.67 12.51 -
YUV 133.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 188 115 89 0 0.39 0.53 0.26 15.76 0.42 0.54
Hex BC 73 59 0 27 35 1A 10 2A 36
Octal 274 163 131 0 47 65 32 20 52 66
Binary 10111100 1110011 1011001 0 100111 110101 11010 10000 101010 110110

Color Harmonies of #BC7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7359

Black with #BC7359

Text Example


Text Example

White with #BC7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7359; }

 p { color: rgb(188,115,89); }

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

background-color css

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

 a { background-color: rgb(188,115,89); }

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

border-color css

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

 span { border-color: rgb(188,115,89); }

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