Html Css Color HEX #BE735D Japonica

📋 copy color: '#BE735D'

red 190 ◦ green 115 ◦ blue 93

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

Shades of Japonica #BE735D

Tints of Japonica #BE735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 47.74%
G = 28.89%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE735D (or 0xBE735D) is known color: Japonica. HEX triplet: BE, 73 and 5D. RGB value is (190,115,93). Sum of RGB (Red+Green+Blue) = 190+115+93=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE735D is #418CA2. Grayscale: #878787. Windows color (decimal): -4295843 or 6124478. OLE color: 6124478.

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

Color convert

RGB 190 115 93 -
CMYK 0 0.39 0.51 0.25
HSL 13.61º 0.43% 0.55% -
HSV(B) 13.61º 0.51% 0.75% -
XYZ 29.34 24 13.44 -
YUV 134.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 190 115 93 0 0.39 0.51 0.25 13.61 0.43 0.55
Hex BE 73 5D 0 27 33 19 E 2B 37
Octal 276 163 135 0 47 63 31 16 53 67
Binary 10111110 1110011 1011101 0 100111 110011 11001 1110 101011 110111

Color Harmonies of #BE735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE735D

Black with #BE735D

Text Example


Text Example

White with #BE735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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