Html Css Color HEX #BC7257 Japonica

📋 copy color: '#BC7257'

red 188 ◦ green 114 ◦ blue 87

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

Shades of Japonica #BC7257

Tints of Japonica #BC7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 48.33%
G = 29.31%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC7257 (or 0xBC7257) is known color: Japonica. HEX triplet: BC, 72 and 57. RGB value is (188,114,87). Sum of RGB (Red+Green+Blue) = 188+114+87=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7257 is #438DA8. Grayscale: #858585. Windows color (decimal): -4427177 or 5731004. OLE color: 5731004.

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

Color convert

RGB 188 114 87 -
CMYK 0 0.39 0.54 0.26
HSL 16.04º 0.43% 0.54% -
HSV(B) 16.04º 0.54% 0.74% -
XYZ 28.48 23.41 12.04 -
YUV 133.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 188 114 87 0 0.39 0.54 0.26 16.04 0.43 0.54
Hex BC 72 57 0 27 36 1A 10 2B 36
Octal 274 162 127 0 47 66 32 20 53 66
Binary 10111100 1110010 1010111 0 100111 110110 11010 10000 101011 110110

Color Harmonies of #BC7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7257

Black with #BC7257

Text Example


Text Example

White with #BC7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7257; }

 p { color: rgb(188,114,87); }

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

background-color css

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

 a { background-color: rgb(188,114,87); }

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

border-color css

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

 span { border-color: rgb(188,114,87); }

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