Html Css Color HEX #BE7A5E Japonica

📋 copy color: '#BE7A5E'

red 190 ◦ green 122 ◦ blue 94

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

Shades of Japonica #BE7A5E

Tints of Japonica #BE7A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

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

R = 46.8%
G = 30.05%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE7A5E (or 0xBE7A5E) is known color: Japonica. HEX triplet: BE, 7A and 5E. RGB value is (190,122,94). Sum of RGB (Red+Green+Blue) = 190+122+94=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A5E is #4185A1. Grayscale: #8B8B8B. Windows color (decimal): -4294050 or 6191806. OLE color: 6191806.

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

Color convert

RGB 190 122 94 -
CMYK 0 0.36 0.51 0.25
HSL 17.5º 0.42% 0.56% -
HSV(B) 17.5º 0.51% 0.75% -
XYZ 30.22 25.67 13.95 -
YUV 139.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 190 122 94 0 0.36 0.51 0.25 17.5 0.42 0.56
Hex BE 7A 5E 0 24 33 19 12 2A 38
Octal 276 172 136 0 44 63 31 22 52 70
Binary 10111110 1111010 1011110 0 100100 110011 11001 10010 101010 111000

Color Harmonies of #BE7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A5E

Black with #BE7A5E

Text Example


Text Example

White with #BE7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A5E; }

 p { color: rgb(190,122,94); }

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

background-color css

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

 a { background-color: rgb(190,122,94); }

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

border-color css

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

 span { border-color: rgb(190,122,94); }

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