Html Css Color HEX #BE735B Japonica

📋 copy color: '#BE735B'

red 190 ◦ green 115 ◦ blue 91

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

Shades of Japonica #BE735B

Tints of Japonica #BE735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 47.98%
G = 29.04%
B = 22.98%

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

#BE735B (or 0xBE735B) is known color: Japonica. HEX triplet: BE, 73 and 5B. RGB value is (190,115,91). Sum of RGB (Red+Green+Blue) = 190+115+91=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE735B is #418CA4. Grayscale: #868686. Windows color (decimal): -4295845 or 5993406. OLE color: 5993406.

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

Color convert

RGB 190 115 91 -
CMYK 0 0.39 0.52 0.25
HSL 14.55º 0.43% 0.55% -
HSV(B) 14.55º 0.52% 0.75% -
XYZ 29.25 23.96 12.98 -
YUV 134.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 190 115 91 0 0.39 0.52 0.25 14.55 0.43 0.55
Hex BE 73 5B 0 27 34 19 F 2B 37
Octal 276 163 133 0 47 64 31 17 53 67
Binary 10111110 1110011 1011011 0 100111 110100 11001 1111 101011 110111

Color Harmonies of #BE735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE735B

Black with #BE735B

Text Example


Text Example

White with #BE735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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