Html Css Color HEX #BF7F71 Brandy Rose

📋 copy color: '#BF7F71'

red 191 ◦ green 127 ◦ blue 113

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

Shades of Brandy Rose #BF7F71

Tints of Brandy Rose #BF7F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 44.32%
G = 29.47%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7F71 (or 0xBF7F71) is known color: Brandy Rose. HEX triplet: BF, 7F and 71. RGB value is (191,127,113). Sum of RGB (Red+Green+Blue) = 191+127+113=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F71 is #40808E. Grayscale: #909090. Windows color (decimal): -4227215 or 7438271. OLE color: 7438271.

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

Color convert

RGB 191 127 113 -
CMYK 0 0.34 0.41 0.25
HSL 10.77º 0.38% 0.6% -
HSV(B) 10.77º 0.41% 0.75% -
XYZ 32.06 27.45 19.23 -
YUV 144.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 191 127 113 0 0.34 0.41 0.25 10.77 0.38 0.6
Hex BF 7F 71 0 22 29 19 B 26 3C
Octal 277 177 161 0 42 51 31 13 46 74
Binary 10111111 1111111 1110001 0 100010 101001 11001 1011 100110 111100

Color Harmonies of #BF7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F71

Black with #BF7F71

Text Example


Text Example

White with #BF7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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