#BE7F7B

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

Shades of Brandy Rose #BE7F7B

Tints of Brandy Rose #BE7F7B

Color information

#BE7F7B (or 0xBE7F7B) is unknown color: approx Brandy Rose. HEX triplet: BE, 7F and 7B. RGB value is (190,127,123). Sum of RGB (Red+Green+Blue) = 190+127+123=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F7B is #418084. Grayscale: #919191. Windows color (decimal): -4292741 or 8093630. OLE color: 8093630.

HSL color Cylindrical-coordinate representation of color #BE7F7B: hue angle of 3.58º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7F7B is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190127123-
CMYK00.330.350.25
HSL3.58º34.01%61.37%-
HSV(B)3.58º35.26%74.51%-
XYZ32.427.5622.35-
YUV145.38115.37159.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=43.18%
G=28.86%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012712300.330.350.253.5834.0161.37
HexBE7F7B02123194223d
Octal276177173041433144275
Binary1011111011111111111011010000110001111001100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F7B; }

 p { color: rgb(190,127,123); }

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

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

 a { background-color: rgb(190,127,123); }

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

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

 span { border-color: rgb(190,127,123); }

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