Html Css Color HEX #BE7358 Japonica

📋 copy color: '#BE7358'

red 190 ◦ green 115 ◦ blue 88

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

Shades of Japonica #BE7358

Tints of Japonica #BE7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

 BLUE value IS 88 (34.77% from 255) = 22.39%

R = 48.35%
G = 29.26%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE7358 (or 0xBE7358) is known color: Japonica. HEX triplet: BE, 73 and 58. RGB value is (190,115,88). Sum of RGB (Red+Green+Blue) = 190+115+88=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7358 is #418CA7. Grayscale: #868686. Windows color (decimal): -4295848 or 5796798. OLE color: 5796798.

HSL color Cylindrical-coordinate representation of color #BE7358: hue angle of 15.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE7358 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 88 -
CMYK 0 0.39 0.54 0.25
HSL 15.88º 0.44% 0.55% -
HSV(B) 15.88º 0.54% 0.75% -
XYZ 29.13 23.91 12.31 -
YUV 134.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 190 115 88 0 0.39 0.54 0.25 15.88 0.44 0.55
Hex BE 73 58 0 27 36 19 10 2C 37
Octal 276 163 130 0 47 66 31 20 54 67
Binary 10111110 1110011 1011000 0 100111 110110 11001 10000 101100 110111

Color Harmonies of #BE7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7358

Black with #BE7358

Text Example


Text Example

White with #BE7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7358; }

 p { color: rgb(190,115,88); }

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

background-color css

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

 a { background-color: rgb(190,115,88); }

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

border-color css

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

 span { border-color: rgb(190,115,88); }

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