Html Css Color HEX #BC785B Japonica

📋 copy color: '#BC785B'

red 188 ◦ green 120 ◦ blue 91

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

Shades of Japonica #BC785B

Tints of Japonica #BC785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 47.12%
G = 30.08%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC785B (or 0xBC785B) is known color: Japonica. HEX triplet: BC, 78 and 5B. RGB value is (188,120,91). Sum of RGB (Red+Green+Blue) = 188+120+91=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC785B is #4387A4. Grayscale: #898989. Windows color (decimal): -4425637 or 5994684. OLE color: 5994684.

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

Color convert

RGB 188 120 91 -
CMYK 0 0.36 0.52 0.26
HSL 17.94º 0.42% 0.55% -
HSV(B) 17.94º 0.52% 0.74% -
XYZ 29.34 24.88 13.15 -
YUV 137.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 188 120 91 0 0.36 0.52 0.26 17.94 0.42 0.55
Hex BC 78 5B 0 24 34 1A 12 2A 37
Octal 274 170 133 0 44 64 32 22 52 67
Binary 10111100 1111000 1011011 0 100100 110100 11010 10010 101010 110111

Color Harmonies of #BC785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC785B

Black with #BC785B

Text Example


Text Example

White with #BC785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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