Html Css Color HEX #BF785F Japonica

📋 copy color: '#BF785F'

red 191 ◦ green 120 ◦ blue 95

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

Shades of Japonica #BF785F

Tints of Japonica #BF785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 47.04%
G = 29.56%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF785F (or 0xBF785F) is known color: Japonica. HEX triplet: BF, 78 and 5F. RGB value is (191,120,95). Sum of RGB (Red+Green+Blue) = 191+120+95=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785F is #4087A0. Grayscale: #8A8A8A. Windows color (decimal): -4229025 or 6256831. OLE color: 6256831.

HSL color Cylindrical-coordinate representation of color #BF785F: hue angle of 15.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF785F is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 95 -
CMYK 0 0.37 0.50 0.25
HSL 15.63º 0.43% 0.56% -
HSV(B) 15.63º 0.5% 0.75% -
XYZ 30.27 25.34 14.12 -
YUV 138.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 191 120 95 0 0.37 0.50 0.25 15.63 0.43 0.56
Hex BF 78 5F 0 25 32 19 10 2B 38
Octal 277 170 137 0 45 62 31 20 53 70
Binary 10111111 1111000 1011111 0 100101 110010 11001 10000 101011 111000

Color Harmonies of #BF785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF785F

Black with #BF785F

Text Example


Text Example

White with #BF785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF785F; }

 p { color: rgb(191,120,95); }

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

background-color css

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

 a { background-color: rgb(191,120,95); }

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

border-color css

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

 span { border-color: rgb(191,120,95); }

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