Html Css Color HEX #BC7859 Japonica

📋 copy color: '#BC7859'

red 188 ◦ green 120 ◦ blue 89

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

Shades of Japonica #BC7859

Tints of Japonica #BC7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 47.36%
G = 30.23%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7859 (or 0xBC7859) is known color: Japonica. HEX triplet: BC, 78 and 59. RGB value is (188,120,89). Sum of RGB (Red+Green+Blue) = 188+120+89=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7859 is #4387A6. Grayscale: #888888. Windows color (decimal): -4425639 or 5863612. OLE color: 5863612.

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

Color convert

RGB 188 120 89 -
CMYK 0 0.36 0.53 0.26
HSL 18.79º 0.42% 0.54% -
HSV(B) 18.79º 0.53% 0.74% -
XYZ 29.26 24.85 12.7 -
YUV 136.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 188 120 89 0 0.36 0.53 0.26 18.79 0.42 0.54
Hex BC 78 59 0 24 35 1A 13 2A 36
Octal 274 170 131 0 44 65 32 23 52 66
Binary 10111100 1111000 1011001 0 100100 110101 11010 10011 101010 110110

Color Harmonies of #BC7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7859

Black with #BC7859

Text Example


Text Example

White with #BC7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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