#BE8775

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

Shades of Brandy Rose #BE8775

Tints of Brandy Rose #BE8775

Color information

#BE8775 (or 0xBE8775) is unknown color: approx Brandy Rose. HEX triplet: BE, 87 and 75. RGB value is (190,135,117). Sum of RGB (Red+Green+Blue) = 190+135+117=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8775 is #41788A. Grayscale: #959595. Windows color (decimal): -4290699 or 7702462. OLE color: 7702462.

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

Color convert

RGB190135117-
CMYK00.290.380.25
HSL14.79º35.96%60.2%-
HSV(B)14.79º38.42%74.51%-
XYZ33.1129.5620.79-
YUV149.39109.72156.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=42.99%
G=30.54%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013511700.290.380.2514.7935.9660.2
HexBE877501D2619f243c
Octal2762071650354631174474
Binary10111110100001111110101011101100110110011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8775; }

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

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

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

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

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

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

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

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