Html Css Color HEX #BE745C Japonica

📋 copy color: '#BE745C'

red 190 ◦ green 116 ◦ blue 92

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

Shades of Japonica #BE745C

Tints of Japonica #BE745C

RGB

 RED value IS 190 (74.61% from 255) = 47.74%

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 47.74%
G = 29.15%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE745C (or 0xBE745C) is known color: Japonica. HEX triplet: BE, 74 and 5C. RGB value is (190,116,92). Sum of RGB (Red+Green+Blue) = 190+116+92=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE745C is #418BA3. Grayscale: #878787. Windows color (decimal): -4295588 or 6059198. OLE color: 6059198.

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

Color convert

RGB 190 116 92 -
CMYK 0 0.39 0.52 0.25
HSL 14.69º 0.43% 0.55% -
HSV(B) 14.69º 0.52% 0.75% -
XYZ 29.41 24.21 13.25 -
YUV 135.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 190 116 92 0 0.39 0.52 0.25 14.69 0.43 0.55
Hex BE 74 5C 0 27 34 19 F 2B 37
Octal 276 164 134 0 47 64 31 17 53 67
Binary 10111110 1110100 1011100 0 100111 110100 11001 1111 101011 110111

Color Harmonies of #BE745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE745C

Black with #BE745C

Text Example


Text Example

White with #BE745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE745C; }

 p { color: rgb(190,116,92); }

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

background-color css

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

 a { background-color: rgb(190,116,92); }

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

border-color css

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

 span { border-color: rgb(190,116,92); }

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