#BE8375

Color #BE8375 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BE8375

Tints of Brandy Rose #BE8375

Color information

#BE8375 (or 0xBE8375) is unknown color: approx Brandy Rose. HEX triplet: BE, 83 and 75. RGB value is (190,131,117). Sum of RGB (Red+Green+Blue) = 190+131+117=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8375 is #417C8A. Grayscale: #939393. Windows color (decimal): -4291723 or 7701438. OLE color: 7701438.

HSL color Cylindrical-coordinate representation of color #BE8375: hue angle of 11.51º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8375 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190131117-
CMYK00.310.380.25
HSL11.51º35.96%60.2%-
HSV(B)11.51º38.42%74.51%-
XYZ32.5628.4620.61-
YUV147.04111.05158.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=43.38%
G=29.91%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013111700.310.380.2511.5135.9660.2
HexBE837501F2619c243c
Octal2762031650374631144474
Binary10111110100000111110101011111100110110011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8375; }

 p { color: rgb(190,131,117); }

 H1.HeaderClassName
 {
   color: #BE8375;
 }
 .AnyTagClassName
 {
   color: #BE8375;
 }
</style>
background-color css

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

 a { background-color: rgb(190,131,117); }

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

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

 span { border-color: rgb(190,131,117); }

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