Html Css Color HEX #BE7459 Japonica

📋 copy color: '#BE7459'

red 190 ◦ green 116 ◦ blue 89

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

Shades of Japonica #BE7459

Tints of Japonica #BE7459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.53%

R = 48.1%
G = 29.37%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE7459 (or 0xBE7459) is known color: Japonica. HEX triplet: BE, 74 and 59. RGB value is (190,116,89). Sum of RGB (Red+Green+Blue) = 190+116+89=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7459 is #418BA6. Grayscale: #878787. Windows color (decimal): -4295591 or 5862590. OLE color: 5862590.

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

Color convert

RGB 190 116 89 -
CMYK 0 0.39 0.53 0.25
HSL 16.04º 0.44% 0.55% -
HSV(B) 16.04º 0.53% 0.75% -
XYZ 29.28 24.16 12.57 -
YUV 135.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 190 116 89 0 0.39 0.53 0.25 16.04 0.44 0.55
Hex BE 74 59 0 27 35 19 10 2C 37
Octal 276 164 131 0 47 65 31 20 54 67
Binary 10111110 1110100 1011001 0 100111 110101 11001 10000 101100 110111

Color Harmonies of #BE7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7459

Black with #BE7459

Text Example


Text Example

White with #BE7459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7459; }

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

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

background-color css

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

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

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

border-color css

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

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

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