Html Css Color HEX #BF785E Japonica

📋 copy color: '#BF785E'

red 191 ◦ green 120 ◦ blue 94

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

Shades of Japonica #BF785E

Tints of Japonica #BF785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 47.16%
G = 29.63%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF785E (or 0xBF785E) is known color: Japonica. HEX triplet: BF, 78 and 5E. RGB value is (191,120,94). Sum of RGB (Red+Green+Blue) = 191+120+94=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785E is #4087A1. Grayscale: #8A8A8A. Windows color (decimal): -4229026 or 6191295. OLE color: 6191295.

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

Color convert

RGB 191 120 94 -
CMYK 0 0.37 0.51 0.25
HSL 16.08º 0.43% 0.56% -
HSV(B) 16.08º 0.51% 0.75% -
XYZ 30.22 25.32 13.88 -
YUV 138.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 191 120 94 0 0.37 0.51 0.25 16.08 0.43 0.56
Hex BF 78 5E 0 25 33 19 10 2B 38
Octal 277 170 136 0 45 63 31 20 53 70
Binary 10111111 1111000 1011110 0 100101 110011 11001 10000 101011 111000

Color Harmonies of #BF785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF785E

Black with #BF785E

Text Example


Text Example

White with #BF785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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