Html Css Color HEX #BF6E56 Japonica

📋 copy color: '#BF6E56'

red 191 ◦ green 110 ◦ blue 86

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

Shades of Japonica #BF6E56

Tints of Japonica #BF6E56

RGB

 RED value IS 191 (75% from 255) = 49.35%

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 49.35%
G = 28.42%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF6E56 (or 0xBF6E56) is known color: Japonica. HEX triplet: BF, 6E and 56. RGB value is (191,110,86). Sum of RGB (Red+Green+Blue) = 191+110+86=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E56 is #4091A9. Grayscale: #838383. Windows color (decimal): -4231594 or 5664447. OLE color: 5664447.

HSL color Cylindrical-coordinate representation of color #BF6E56: hue angle of 13.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6E56 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 86 -
CMYK 0 0.42 0.55 0.25
HSL 13.71º 0.45% 0.54% -
HSV(B) 13.71º 0.55% 0.75% -
XYZ 28.74 22.9 11.71 -
YUV 131.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 191 110 86 0 0.42 0.55 0.25 13.71 0.45 0.54
Hex BF 6E 56 0 2A 37 19 E 2D 36
Octal 277 156 126 0 52 67 31 16 55 66
Binary 10111111 1101110 1010110 0 101010 110111 11001 1110 101101 110110

Color Harmonies of #BF6E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E56

Black with #BF6E56

Text Example


Text Example

White with #BF6E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E56; }

 p { color: rgb(191,110,86); }

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

background-color css

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

 a { background-color: rgb(191,110,86); }

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

border-color css

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

 span { border-color: rgb(191,110,86); }

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