Html Css Color HEX #BF6F55 Japonica

📋 copy color: '#BF6F55'

red 191 ◦ green 111 ◦ blue 85

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

Shades of Japonica #BF6F55

Tints of Japonica #BF6F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 49.35%
G = 28.68%
B = 21.96%

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

#BF6F55 (or 0xBF6F55) is known color: Japonica. HEX triplet: BF, 6F and 55. RGB value is (191,111,85). Sum of RGB (Red+Green+Blue) = 191+111+85=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F55 is #4090AA. Grayscale: #848484. Windows color (decimal): -4231339 or 5599167. OLE color: 5599167.

HSL color Cylindrical-coordinate representation of color #BF6F55: hue angle of 14.72º 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 #BF6F55 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 111 85 -
CMYK 0 0.42 0.55 0.25
HSL 14.72º 0.45% 0.54% -
HSV(B) 14.72º 0.55% 0.75% -
XYZ 28.81 23.1 11.53 -
YUV 131.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 191 111 85 0 0.42 0.55 0.25 14.72 0.45 0.54
Hex BF 6F 55 0 2A 37 19 F 2D 36
Octal 277 157 125 0 52 67 31 17 55 66
Binary 10111111 1101111 1010101 0 101010 110111 11001 1111 101101 110110

Color Harmonies of #BF6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F55

Black with #BF6F55

Text Example


Text Example

White with #BF6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F55; }

 p { color: rgb(191,111,85); }

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

background-color css

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

 a { background-color: rgb(191,111,85); }

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

border-color css

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

 span { border-color: rgb(191,111,85); }

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