Html Css Color HEX #BF7E71 Brandy Rose

📋 copy color: '#BF7E71'

red 191 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #BF7E71

Tints of Brandy Rose #BF7E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

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

R = 44.42%
G = 29.3%
B = 26.28%

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

#BF7E71 (or 0xBF7E71) is known color: Brandy Rose. HEX triplet: BF, 7E and 71. RGB value is (191,126,113). Sum of RGB (Red+Green+Blue) = 191+126+113=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E71 is #40818E. Grayscale: #909090. Windows color (decimal): -4227471 or 7438015. OLE color: 7438015.

HSL color Cylindrical-coordinate representation of color #BF7E71: hue angle of 10º 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 #BF7E71 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 126 113 -
CMYK 0 0.34 0.41 0.25
HSL 10º 0.38% 0.6% -
HSV(B) 10º 0.41% 0.75% -
XYZ 31.93 27.19 19.19 -
YUV 143.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 191 126 113 0 0.34 0.41 0.25 10 0.38 0.6
Hex BF 7E 71 0 22 29 19 A 26 3C
Octal 277 176 161 0 42 51 31 12 46 74
Binary 10111111 1111110 1110001 0 100010 101001 11001 1010 100110 111100

Color Harmonies of #BF7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E71

Black with #BF7E71

Text Example


Text Example

White with #BF7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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