Html Css Color HEX #BC7557 Japonica

📋 copy color: '#BC7557'

red 188 ◦ green 117 ◦ blue 87

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

Shades of Japonica #BC7557

Tints of Japonica #BC7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 47.96%
G = 29.85%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC7557 (or 0xBC7557) is known color: Japonica. HEX triplet: BC, 75 and 57. RGB value is (188,117,87). Sum of RGB (Red+Green+Blue) = 188+117+87=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7557 is #438AA8. Grayscale: #878787. Windows color (decimal): -4426409 or 5731772. OLE color: 5731772.

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

Color convert

RGB 188 117 87 -
CMYK 0 0.38 0.54 0.26
HSL 17.82º 0.43% 0.54% -
HSV(B) 17.82º 0.54% 0.74% -
XYZ 28.82 24.1 12.15 -
YUV 134.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 188 117 87 0 0.38 0.54 0.26 17.82 0.43 0.54
Hex BC 75 57 0 26 36 1A 12 2B 36
Octal 274 165 127 0 46 66 32 22 53 66
Binary 10111100 1110101 1010111 0 100110 110110 11010 10010 101011 110110

Color Harmonies of #BC7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7557

Black with #BC7557

Text Example


Text Example

White with #BC7557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7557; }

 p { color: rgb(188,117,87); }

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

background-color css

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

 a { background-color: rgb(188,117,87); }

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

border-color css

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

 span { border-color: rgb(188,117,87); }

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