Html Css Color HEX #BF6E5B Japonica

📋 copy color: '#BF6E5B'

red 191 ◦ green 110 ◦ blue 91

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

Shades of Japonica #BF6E5B

Tints of Japonica #BF6E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 48.72%
G = 28.06%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF6E5B (or 0xBF6E5B) is known color: Japonica. HEX triplet: BF, 6E and 5B. RGB value is (191,110,91). Sum of RGB (Red+Green+Blue) = 191+110+91=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E5B is #4091A4. Grayscale: #848484. Windows color (decimal): -4231589 or 5992127. OLE color: 5992127.

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

Color convert

RGB 191 110 91 -
CMYK 0 0.42 0.52 0.25
HSL 11.4º 0.44% 0.55% -
HSV(B) 11.4º 0.52% 0.75% -
XYZ 28.95 22.98 12.81 -
YUV 132.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 191 110 91 0 0.42 0.52 0.25 11.4 0.44 0.55
Hex BF 6E 5B 0 2A 34 19 B 2C 37
Octal 277 156 133 0 52 64 31 13 54 67
Binary 10111111 1101110 1011011 0 101010 110100 11001 1011 101100 110111

Color Harmonies of #BF6E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E5B

Black with #BF6E5B

Text Example


Text Example

White with #BF6E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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