Html Css Color HEX #BF745E Japonica

📋 copy color: '#BF745E'

red 191 ◦ green 116 ◦ blue 94

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

Shades of Japonica #BF745E

Tints of Japonica #BF745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 47.63%
G = 28.93%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF745E (or 0xBF745E) is known color: Japonica. HEX triplet: BF, 74 and 5E. RGB value is (191,116,94). Sum of RGB (Red+Green+Blue) = 191+116+94=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF745E is #408BA1. Grayscale: #888888. Windows color (decimal): -4230050 or 6190271. OLE color: 6190271.

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

Color convert

RGB 191 116 94 -
CMYK 0 0.39 0.51 0.25
HSL 13.61º 0.43% 0.56% -
HSV(B) 13.61º 0.51% 0.75% -
XYZ 29.75 24.38 13.73 -
YUV 135.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 191 116 94 0 0.39 0.51 0.25 13.61 0.43 0.56
Hex BF 74 5E 0 27 33 19 E 2B 38
Octal 277 164 136 0 47 63 31 16 53 70
Binary 10111111 1110100 1011110 0 100111 110011 11001 1110 101011 111000

Color Harmonies of #BF745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF745E

Black with #BF745E

Text Example


Text Example

White with #BF745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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