Html Css Color HEX #BC705A Japonica

📋 copy color: '#BC705A'

red 188 ◦ green 112 ◦ blue 90

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

Shades of Japonica #BC705A

Tints of Japonica #BC705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 48.21%
G = 28.72%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC705A (or 0xBC705A) is known color: Japonica. HEX triplet: BC, 70 and 5A. RGB value is (188,112,90). Sum of RGB (Red+Green+Blue) = 188+112+90=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC705A is #438FA5. Grayscale: #848484. Windows color (decimal): -4427686 or 5927100. OLE color: 5927100.

HSL color Cylindrical-coordinate representation of color #BC705A: hue angle of 13.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC705A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 90 -
CMYK 0 0.40 0.52 0.26
HSL 13.47º 0.42% 0.55% -
HSV(B) 13.47º 0.52% 0.74% -
XYZ 28.38 23.02 12.62 -
YUV 132.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 188 112 90 0 0.40 0.52 0.26 13.47 0.42 0.55
Hex BC 70 5A 0 28 34 1A D 2A 37
Octal 274 160 132 0 50 64 32 15 52 67
Binary 10111100 1110000 1011010 0 101000 110100 11010 1101 101010 110111

Color Harmonies of #BC705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC705A

Black with #BC705A

Text Example


Text Example

White with #BC705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC705A; }

 p { color: rgb(188,112,90); }

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

background-color css

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

 a { background-color: rgb(188,112,90); }

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

border-color css

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

 span { border-color: rgb(188,112,90); }

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