Html Css Color HEX #BC7658 Japonica

📋 copy color: '#BC7658'

red 188 ◦ green 118 ◦ blue 88

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

Shades of Japonica #BC7658

Tints of Japonica #BC7658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 47.72%
G = 29.95%
B = 22.34%

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

#BC7658 (or 0xBC7658) is known color: Japonica. HEX triplet: BC, 76 and 58. RGB value is (188,118,88). Sum of RGB (Red+Green+Blue) = 188+118+88=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7658 is #4389A7. Grayscale: #878787. Windows color (decimal): -4426152 or 5797564. OLE color: 5797564.

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

Color convert

RGB 188 118 88 -
CMYK 0 0.37 0.53 0.26
HSL 18º 0.43% 0.54% -
HSV(B) 18º 0.53% 0.74% -
XYZ 28.98 24.35 12.41 -
YUV 135.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 188 118 88 0 0.37 0.53 0.26 18 0.43 0.54
Hex BC 76 58 0 25 35 1A 12 2B 36
Octal 274 166 130 0 45 65 32 22 53 66
Binary 10111100 1110110 1011000 0 100101 110101 11010 10010 101011 110110

Color Harmonies of #BC7658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7658

Black with #BC7658

Text Example


Text Example

White with #BC7658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7658; }

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

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

background-color css

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

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

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

border-color css

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

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

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