#BE7B7A

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

Shades of Brandy Rose #BE7B7A

Tints of Brandy Rose #BE7B7A

Color information

#BE7B7A (or 0xBE7B7A) is unknown color: approx Brandy Rose. HEX triplet: BE, 7B and 7A. RGB value is (190,123,122). Sum of RGB (Red+Green+Blue) = 190+123+122=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B7A is #418485. Grayscale: #8E8E8E. Windows color (decimal): -4293766 or 8027070. OLE color: 8027070.

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

Color convert

RGB190123122-
CMYK00.350.360.25
HSL0.88º34.34%61.18%-
HSV(B)0.88º35.79%74.51%-
XYZ31.8326.5221.85-
YUV142.92116.2161.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=43.68%
G=28.28%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012312200.350.360.250.8834.3461.18
HexBE7B7A02324191223d
Octal276173172043443114275
Binary10111110111101111110100100011100100110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B7A; }

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

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

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

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

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

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

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

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