Html Css Color HEX #BE7A5A Japonica

📋 copy color: '#BE7A5A'

red 190 ◦ green 122 ◦ blue 90

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

Shades of Japonica #BE7A5A

Tints of Japonica #BE7A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.39%

R = 47.26%
G = 30.35%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE7A5A (or 0xBE7A5A) is known color: Japonica. HEX triplet: BE, 7A and 5A. RGB value is (190,122,90). Sum of RGB (Red+Green+Blue) = 190+122+90=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A5A is #4185A5. Grayscale: #8A8A8A. Windows color (decimal): -4294054 or 5929662. OLE color: 5929662.

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

Color convert

RGB 190 122 90 -
CMYK 0 0.36 0.53 0.25
HSL 19.2º 0.43% 0.55% -
HSV(B) 19.2º 0.53% 0.75% -
XYZ 30.04 25.6 13.03 -
YUV 138.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 190 122 90 0 0.36 0.53 0.25 19.2 0.43 0.55
Hex BE 7A 5A 0 24 35 19 13 2B 37
Octal 276 172 132 0 44 65 31 23 53 67
Binary 10111110 1111010 1011010 0 100100 110101 11001 10011 101011 110111

Color Harmonies of #BE7A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A5A

Black with #BE7A5A

Text Example


Text Example

White with #BE7A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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