#BF7B74

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

Shades of Brandy Rose #BF7B74

Tints of Brandy Rose #BF7B74

Color information

#BF7B74 (or 0xBF7B74) is unknown color: approx Brandy Rose. HEX triplet: BF, 7B and 74. RGB value is (191,123,116). Sum of RGB (Red+Green+Blue) = 191+123+116=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B74 is #40848B. Grayscale: #8E8E8E. Windows color (decimal): -4228236 or 7633855. OLE color: 7633855.

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

Color convert

RGB191123116-
CMYK00.360.390.25
HSL5.6º36.95%60.2%-
HSV(B)5.6º39.27%74.9%-
XYZ31.7226.519.97-
YUV142.53113.03162.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=44.42%
G=28.60%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112311600.360.390.255.636.9560.2
HexBF7B7402427196253c
Octal277173164044473164574
Binary1011111111110111110100010010010011111001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B74; }

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

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

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

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

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

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

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

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