Html Css Color HEX #BE715C Japonica

📋 copy color: '#BE715C'

red 190 ◦ green 113 ◦ blue 92

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

Shades of Japonica #BE715C

Tints of Japonica #BE715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

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

R = 48.1%
G = 28.61%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE715C (or 0xBE715C) is known color: Japonica. HEX triplet: BE, 71 and 5C. RGB value is (190,113,92). Sum of RGB (Red+Green+Blue) = 190+113+92=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE715C is #418EA3. Grayscale: #858585. Windows color (decimal): -4296356 or 6058430. OLE color: 6058430.

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

Color convert

RGB 190 113 92 -
CMYK 0 0.41 0.52 0.25
HSL 12.86º 0.43% 0.55% -
HSV(B) 12.86º 0.52% 0.75% -
XYZ 29.07 23.53 13.13 -
YUV 133.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 190 113 92 0 0.41 0.52 0.25 12.86 0.43 0.55
Hex BE 71 5C 0 29 34 19 D 2B 37
Octal 276 161 134 0 51 64 31 15 53 67
Binary 10111110 1110001 1011100 0 101001 110100 11001 1101 101011 110111

Color Harmonies of #BE715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE715C

Black with #BE715C

Text Example


Text Example

White with #BE715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE715C; }

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

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

background-color css

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

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

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

border-color css

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

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

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