Html Css Color HEX #BC7759 Japonica

📋 copy color: '#BC7759'

red 188 ◦ green 119 ◦ blue 89

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

Shades of Japonica #BC7759

Tints of Japonica #BC7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

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

R = 47.47%
G = 30.05%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7759 (or 0xBC7759) is known color: Japonica. HEX triplet: BC, 77 and 59. RGB value is (188,119,89). Sum of RGB (Red+Green+Blue) = 188+119+89=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7759 is #4388A6. Grayscale: #888888. Windows color (decimal): -4425895 or 5863356. OLE color: 5863356.

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

Color convert

RGB 188 119 89 -
CMYK 0 0.37 0.53 0.26
HSL 18.18º 0.42% 0.54% -
HSV(B) 18.18º 0.53% 0.74% -
XYZ 29.14 24.61 12.66 -
YUV 136.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 188 119 89 0 0.37 0.53 0.26 18.18 0.42 0.54
Hex BC 77 59 0 25 35 1A 12 2A 36
Octal 274 167 131 0 45 65 32 22 52 66
Binary 10111100 1110111 1011001 0 100101 110101 11010 10010 101010 110110

Color Harmonies of #BC7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7759

Black with #BC7759

Text Example


Text Example

White with #BC7759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7759; }

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

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

background-color css

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

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

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

border-color css

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

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

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