Html Css Color HEX #BF7C79 Brandy Rose

📋 copy color: '#BF7C79'

red 191 ◦ green 124 ◦ blue 121

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

Shades of Brandy Rose #BF7C79

Tints of Brandy Rose #BF7C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 43.81%
G = 28.44%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7C79 (or 0xBF7C79) is known color: Brandy Rose. HEX triplet: BF, 7C and 79. RGB value is (191,124,121). Sum of RGB (Red+Green+Blue) = 191+124+121=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C79 is #408386. Grayscale: #8F8F8F. Windows color (decimal): -4227975 or 7961791. OLE color: 7961791.

HSL color Cylindrical-coordinate representation of color #BF7C79: hue angle of 2.57º degrees, saturation: 0.35, 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 #BF7C79 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 124 121 -
CMYK 0 0.35 0.37 0.25
HSL 2.57º 0.35% 0.61% -
HSV(B) 2.57º 0.37% 0.75% -
XYZ 32.14 26.87 21.58 -
YUV 143.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 191 124 121 0 0.35 0.37 0.25 2.57 0.35 0.61
Hex BF 7C 79 0 23 25 19 3 23 3D
Octal 277 174 171 0 43 45 31 3 43 75
Binary 10111111 1111100 1111001 0 100011 100101 11001 11 100011 111101

Color Harmonies of #BF7C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C79

Black with #BF7C79

Text Example


Text Example

White with #BF7C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C79; }

 p { color: rgb(191,124,121); }

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

background-color css

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

 a { background-color: rgb(191,124,121); }

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

border-color css

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

 span { border-color: rgb(191,124,121); }

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