Html Css Color HEX #BF6F5A Japonica

📋 copy color: '#BF6F5A'

red 191 ◦ green 111 ◦ blue 90

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

Shades of Japonica #BF6F5A

Tints of Japonica #BF6F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 48.72%
G = 28.32%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF6F5A (or 0xBF6F5A) is known color: Japonica. HEX triplet: BF, 6F and 5A. RGB value is (191,111,90). Sum of RGB (Red+Green+Blue) = 191+111+90=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F5A is #4090A5. Grayscale: #848484. Windows color (decimal): -4231334 or 5926847. OLE color: 5926847.

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

Color convert

RGB 191 111 90 -
CMYK 0 0.42 0.53 0.25
HSL 12.48º 0.44% 0.55% -
HSV(B) 12.48º 0.53% 0.75% -
XYZ 29.02 23.18 12.62 -
YUV 132.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 191 111 90 0 0.42 0.53 0.25 12.48 0.44 0.55
Hex BF 6F 5A 0 2A 35 19 C 2C 37
Octal 277 157 132 0 52 65 31 14 54 67
Binary 10111111 1101111 1011010 0 101010 110101 11001 1100 101100 110111

Color Harmonies of #BF6F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F5A

Black with #BF6F5A

Text Example


Text Example

White with #BF6F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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