Html Css Color HEX #BC7358 Japonica

📋 copy color: '#BC7358'

red 188 ◦ green 115 ◦ blue 88

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

Shades of Japonica #BC7358

Tints of Japonica #BC7358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 48.08%
G = 29.41%
B = 22.51%

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

#BC7358 (or 0xBC7358) is known color: Japonica. HEX triplet: BC, 73 and 58. RGB value is (188,115,88). Sum of RGB (Red+Green+Blue) = 188+115+88=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7358 is #438CA7. Grayscale: #858585. Windows color (decimal): -4426920 or 5796796. OLE color: 5796796.

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

Color convert

RGB 188 115 88 -
CMYK 0 0.39 0.53 0.26
HSL 16.2º 0.43% 0.54% -
HSV(B) 16.2º 0.53% 0.74% -
XYZ 28.63 23.66 12.29 -
YUV 133.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 188 115 88 0 0.39 0.53 0.26 16.2 0.43 0.54
Hex BC 73 58 0 27 35 1A 10 2B 36
Octal 274 163 130 0 47 65 32 20 53 66
Binary 10111100 1110011 1011000 0 100111 110101 11010 10000 101011 110110

Color Harmonies of #BC7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7358

Black with #BC7358

Text Example


Text Example

White with #BC7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7358; }

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

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

background-color css

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

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

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

border-color css

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

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

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