Html Css Color HEX #BF7F7D Brandy Rose

📋 copy color: '#BF7F7D'

red 191 ◦ green 127 ◦ blue 125

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

Shades of Brandy Rose #BF7F7D

Tints of Brandy Rose #BF7F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 43.12%
G = 28.67%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF7F7D (or 0xBF7F7D) is known color: Brandy Rose. HEX triplet: BF, 7F and 7D. RGB value is (191,127,125). Sum of RGB (Red+Green+Blue) = 191+127+125=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F7D is #408082. Grayscale: #919191. Windows color (decimal): -4227203 or 8224703. OLE color: 8224703.

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

Color convert

RGB 191 127 125 -
CMYK 0 0.34 0.35 0.25
HSL 1.82º 0.34% 0.62% -
HSV(B) 1.82º 0.35% 0.75% -
XYZ 32.78 27.74 23.03 -
YUV 145.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 191 127 125 0 0.34 0.35 0.25 1.82 0.34 0.62
Hex BF 7F 7D 0 22 23 19 2 22 3E
Octal 277 177 175 0 42 43 31 2 42 76
Binary 10111111 1111111 1111101 0 100010 100011 11001 10 100010 111110

Color Harmonies of #BF7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F7D

Black with #BF7F7D

Text Example


Text Example

White with #BF7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F7D; }

 p { color: rgb(191,127,125); }

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

background-color css

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

 a { background-color: rgb(191,127,125); }

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

border-color css

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

 span { border-color: rgb(191,127,125); }

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