Html Css Color HEX #BC735C Japonica

📋 copy color: '#BC735C'

red 188 ◦ green 115 ◦ blue 92

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

Shades of Japonica #BC735C

Tints of Japonica #BC735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 47.59%
G = 29.11%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC735C (or 0xBC735C) is known color: Japonica. HEX triplet: BC, 73 and 5C. RGB value is (188,115,92). Sum of RGB (Red+Green+Blue) = 188+115+92=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC735C is #438CA3. Grayscale: #868686. Windows color (decimal): -4426916 or 6058940. OLE color: 6058940.

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

Color convert

RGB 188 115 92 -
CMYK 0 0.39 0.51 0.26
HSL 14.38º 0.42% 0.55% -
HSV(B) 14.38º 0.51% 0.74% -
XYZ 28.8 23.73 13.19 -
YUV 134.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 188 115 92 0 0.39 0.51 0.26 14.38 0.42 0.55
Hex BC 73 5C 0 27 33 1A E 2A 37
Octal 274 163 134 0 47 63 32 16 52 67
Binary 10111100 1110011 1011100 0 100111 110011 11010 1110 101010 110111

Color Harmonies of #BC735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC735C

Black with #BC735C

Text Example


Text Example

White with #BC735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC735C; }

 p { color: rgb(188,115,92); }

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

background-color css

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

 a { background-color: rgb(188,115,92); }

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

border-color css

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

 span { border-color: rgb(188,115,92); }

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