Html Css Color HEX #BC775D Japonica

📋 copy color: '#BC775D'

red 188 ◦ green 119 ◦ blue 93

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

Shades of Japonica #BC775D

Tints of Japonica #BC775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 47%
G = 29.75%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC775D (or 0xBC775D) is known color: Japonica. HEX triplet: BC, 77 and 5D. RGB value is (188,119,93). Sum of RGB (Red+Green+Blue) = 188+119+93=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC775D is #4388A2. Grayscale: #888888. Windows color (decimal): -4425891 or 6125500. OLE color: 6125500.

HSL color Cylindrical-coordinate representation of color #BC775D: hue angle of 16.42º degrees, saturation: 0.41, 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 #BC775D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 93 -
CMYK 0 0.37 0.51 0.26
HSL 16.42º 0.41% 0.55% -
HSV(B) 16.42º 0.51% 0.74% -
XYZ 29.31 24.68 13.57 -
YUV 136.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 188 119 93 0 0.37 0.51 0.26 16.42 0.41 0.55
Hex BC 77 5D 0 25 33 1A 10 29 37
Octal 274 167 135 0 45 63 32 20 51 67
Binary 10111100 1110111 1011101 0 100101 110011 11010 10000 101001 110111

Color Harmonies of #BC775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC775D

Black with #BC775D

Text Example


Text Example

White with #BC775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC775D; }

 p { color: rgb(188,119,93); }

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

background-color css

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

 a { background-color: rgb(188,119,93); }

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

border-color css

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

 span { border-color: rgb(188,119,93); }

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