Html Css Color HEX #BC785F Japonica

📋 copy color: '#BC785F'

red 188 ◦ green 120 ◦ blue 95

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

Shades of Japonica #BC785F

Tints of Japonica #BC785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.78%

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 46.65%
G = 29.78%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC785F (or 0xBC785F) is known color: Japonica. HEX triplet: BC, 78 and 5F. RGB value is (188,120,95). Sum of RGB (Red+Green+Blue) = 188+120+95=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC785F is #4387A0. Grayscale: #898989. Windows color (decimal): -4425633 or 6256828. OLE color: 6256828.

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

Color convert

RGB 188 120 95 -
CMYK 0 0.36 0.49 0.26
HSL 16.13º 0.41% 0.55% -
HSV(B) 16.13º 0.49% 0.74% -
XYZ 29.52 24.95 14.09 -
YUV 137.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 188 120 95 0 0.36 0.49 0.26 16.13 0.41 0.55
Hex BC 78 5F 0 24 31 1A 10 29 37
Octal 274 170 137 0 44 61 32 20 51 67
Binary 10111100 1111000 1011111 0 100100 110001 11010 10000 101001 110111

Color Harmonies of #BC785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC785F

Black with #BC785F

Text Example


Text Example

White with #BC785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC785F; }

 p { color: rgb(188,120,95); }

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

background-color css

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

 a { background-color: rgb(188,120,95); }

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

border-color css

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

 span { border-color: rgb(188,120,95); }

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