Html Css Color HEX #BC7259 Japonica

📋 copy color: '#BC7259'

red 188 ◦ green 114 ◦ blue 89

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

Shades of Japonica #BC7259

Tints of Japonica #BC7259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.76%

R = 48.08%
G = 29.16%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC7259 (or 0xBC7259) is known color: Japonica. HEX triplet: BC, 72 and 59. RGB value is (188,114,89). Sum of RGB (Red+Green+Blue) = 188+114+89=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7259 is #438DA6. Grayscale: #858585. Windows color (decimal): -4427175 or 5862076. OLE color: 5862076.

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

Color convert

RGB 188 114 89 -
CMYK 0 0.39 0.53 0.26
HSL 15.15º 0.42% 0.54% -
HSV(B) 15.15º 0.53% 0.74% -
XYZ 28.56 23.45 12.47 -
YUV 133.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 188 114 89 0 0.39 0.53 0.26 15.15 0.42 0.54
Hex BC 72 59 0 27 35 1A F 2A 36
Octal 274 162 131 0 47 65 32 17 52 66
Binary 10111100 1110010 1011001 0 100111 110101 11010 1111 101010 110110

Color Harmonies of #BC7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7259

Black with #BC7259

Text Example


Text Example

White with #BC7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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