Html Css Color HEX #BC745B Japonica

📋 copy color: '#BC745B'

red 188 ◦ green 116 ◦ blue 91

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

Shades of Japonica #BC745B

Tints of Japonica #BC745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 47.59%
G = 29.37%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC745B (or 0xBC745B) is known color: Japonica. HEX triplet: BC, 74 and 5B. RGB value is (188,116,91). Sum of RGB (Red+Green+Blue) = 188+116+91=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC745B is #438BA4. Grayscale: #868686. Windows color (decimal): -4426661 or 5993660. OLE color: 5993660.

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

Color convert

RGB 188 116 91 -
CMYK 0 0.38 0.52 0.26
HSL 15.46º 0.42% 0.55% -
HSV(B) 15.46º 0.52% 0.74% -
XYZ 28.87 23.94 13 -
YUV 134.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 188 116 91 0 0.38 0.52 0.26 15.46 0.42 0.55
Hex BC 74 5B 0 26 34 1A F 2A 37
Octal 274 164 133 0 46 64 32 17 52 67
Binary 10111100 1110100 1011011 0 100110 110100 11010 1111 101010 110111

Color Harmonies of #BC745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC745B

Black with #BC745B

Text Example


Text Example

White with #BC745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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