#BF7B73

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

Shades of Brandy Rose #BF7B73

Tints of Brandy Rose #BF7B73

Color information

#BF7B73 (or 0xBF7B73) is unknown color: approx Brandy Rose. HEX triplet: BF, 7B and 73. RGB value is (191,123,115). Sum of RGB (Red+Green+Blue) = 191+123+115=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B73 is #40848C. Grayscale: #8E8E8E. Windows color (decimal): -4228237 or 7568319. OLE color: 7568319.

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

Color convert

RGB191123115-
CMYK00.360.400.25
HSL6.32º37.25%60%-
HSV(B)6.32º39.79%74.9%-
XYZ31.6626.4819.66-
YUV142.42112.53162.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=44.52%
G=28.67%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112311500.360.400.256.3237.2560
HexBF7B7302428196253c
Octal277173163044503164574
Binary1011111111110111110011010010010100011001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B73; }

 p { color: rgb(191,123,115); }

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

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

 a { background-color: rgb(191,123,115); }

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

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

 span { border-color: rgb(191,123,115); }

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