Html Css Color HEX #BF8171 Brandy Rose

📋 copy color: '#BF8171'

red 191 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #BF8171

Tints of Brandy Rose #BF8171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

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

R = 44.11%
G = 29.79%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8171 (or 0xBF8171) is known color: Brandy Rose. HEX triplet: BF, 81 and 71. RGB value is (191,129,113). Sum of RGB (Red+Green+Blue) = 191+129+113=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8171 is #407E8E. Grayscale: #919191. Windows color (decimal): -4226703 or 7438783. OLE color: 7438783.

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

Color convert

RGB 191 129 113 -
CMYK 0 0.32 0.41 0.25
HSL 12.31º 0.38% 0.6% -
HSV(B) 12.31º 0.41% 0.75% -
XYZ 32.32 27.97 19.32 -
YUV 145.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 191 129 113 0 0.32 0.41 0.25 12.31 0.38 0.6
Hex BF 81 71 0 20 29 19 C 26 3C
Octal 277 201 161 0 40 51 31 14 46 74
Binary 10111111 10000001 1110001 0 100000 101001 11001 1100 100110 111100

Color Harmonies of #BF8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8171

Black with #BF8171

Text Example


Text Example

White with #BF8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8171; }

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

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

background-color css

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

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

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

border-color css

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

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

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