Html Css Color HEX #BE735C Japonica

📋 copy color: '#BE735C'

red 190 ◦ green 115 ◦ blue 92

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

Shades of Japonica #BE735C

Tints of Japonica #BE735C

RGB

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

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

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

R = 47.86%
G = 28.97%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE735C (or 0xBE735C) is known color: Japonica. HEX triplet: BE, 73 and 5C. RGB value is (190,115,92). Sum of RGB (Red+Green+Blue) = 190+115+92=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE735C is #418CA3. Grayscale: #868686. Windows color (decimal): -4295844 or 6058942. OLE color: 6058942.

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

Color convert

RGB 190 115 92 -
CMYK 0 0.39 0.52 0.25
HSL 14.08º 0.43% 0.55% -
HSV(B) 14.08º 0.52% 0.75% -
XYZ 29.3 23.98 13.21 -
YUV 134.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 190 115 92 0 0.39 0.52 0.25 14.08 0.43 0.55
Hex BE 73 5C 0 27 34 19 E 2B 37
Octal 276 163 134 0 47 64 31 16 53 67
Binary 10111110 1110011 1011100 0 100111 110100 11001 1110 101011 110111

Color Harmonies of #BE735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE735C

Black with #BE735C

Text Example


Text Example

White with #BE735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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