Html Css Color HEX #BC7356 Japonica

📋 copy color: '#BC7356'

red 188 ◦ green 115 ◦ blue 86

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

Shades of Japonica #BC7356

Tints of Japonica #BC7356

RGB

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

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

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

R = 48.33%
G = 29.56%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC7356 (or 0xBC7356) is known color: Japonica. HEX triplet: BC, 73 and 56. RGB value is (188,115,86). Sum of RGB (Red+Green+Blue) = 188+115+86=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7356 is #438CA9. Grayscale: #858585. Windows color (decimal): -4426922 or 5665724. OLE color: 5665724.

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

Color convert

RGB 188 115 86 -
CMYK 0 0.39 0.54 0.26
HSL 17.06º 0.43% 0.54% -
HSV(B) 17.06º 0.54% 0.74% -
XYZ 28.55 23.62 11.86 -
YUV 133.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 188 115 86 0 0.39 0.54 0.26 17.06 0.43 0.54
Hex BC 73 56 0 27 36 1A 11 2B 36
Octal 274 163 126 0 47 66 32 21 53 66
Binary 10111100 1110011 1010110 0 100111 110110 11010 10001 101011 110110

Color Harmonies of #BC7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7356

Black with #BC7356

Text Example


Text Example

White with #BC7356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7356; }

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

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

background-color css

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

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

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

border-color css

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

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

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