Html Css Color HEX #BC775F Japonica

📋 copy color: '#BC775F'

red 188 ◦ green 119 ◦ blue 95

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

Shades of Japonica #BC775F

Tints of Japonica #BC775F

RGB

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

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

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

R = 46.77%
G = 29.6%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC775F (or 0xBC775F) is known color: Japonica. HEX triplet: BC, 77 and 5F. RGB value is (188,119,95). Sum of RGB (Red+Green+Blue) = 188+119+95=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC775F is #4388A0. Grayscale: #898989. Windows color (decimal): -4425889 or 6256572. OLE color: 6256572.

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

Color convert

RGB 188 119 95 -
CMYK 0 0.37 0.49 0.26
HSL 15.48º 0.41% 0.55% -
HSV(B) 15.48º 0.49% 0.74% -
XYZ 29.4 24.71 14.05 -
YUV 136.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 188 119 95 0 0.37 0.49 0.26 15.48 0.41 0.55
Hex BC 77 5F 0 25 31 1A F 29 37
Octal 274 167 137 0 45 61 32 17 51 67
Binary 10111100 1110111 1011111 0 100101 110001 11010 1111 101001 110111

Color Harmonies of #BC775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC775F

Black with #BC775F

Text Example


Text Example

White with #BC775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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