Html Css Color HEX #BF7A78 Brandy Rose

📋 copy color: '#BF7A78'

red 191 ◦ green 122 ◦ blue 120

#BF7A78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #BF7A78

Tints of Brandy Rose #BF7A78

RGB

 RED value IS 191 (75% from 255) = 44.11%

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 44.11%
G = 28.18%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7A78 (or 0xBF7A78) is known color: Brandy Rose. HEX triplet: BF, 7A and 78. RGB value is (191,122,120). Sum of RGB (Red+Green+Blue) = 191+122+120=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A78 is #408587. Grayscale: #8E8E8E. Windows color (decimal): -4228488 or 7895743. OLE color: 7895743.

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

Color convert

RGB 191 122 120 -
CMYK 0 0.36 0.37 0.25
HSL 1.69º 0.36% 0.61% -
HSV(B) 1.69º 0.37% 0.75% -
XYZ 31.84 26.35 21.18 -
YUV 142.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 191 122 120 0 0.36 0.37 0.25 1.69 0.36 0.61
Hex BF 7A 78 0 24 25 19 2 24 3D
Octal 277 172 170 0 44 45 31 2 44 75
Binary 10111111 1111010 1111000 0 100100 100101 11001 10 100100 111101

Color Harmonies of #BF7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A78

Black with #BF7A78

Text Example


Text Example

White with #BF7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A78; }

 p { color: rgb(191,122,120); }

 H1.HeaderClassName
 {
   color: #BF7A78;
 }
 .AnyTagClassName
 {
   color: #BF7A78;
 }
</style>

background-color css

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

 a { background-color: rgb(191,122,120); }

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

border-color css

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

 span { border-color: rgb(191,122,120); }

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