Html Css Color HEX #BF8071 Brandy Rose

📋 copy color: '#BF8071'

red 191 ◦ green 128 ◦ blue 113

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

Shades of Brandy Rose #BF8071

Tints of Brandy Rose #BF8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 44.21%
G = 29.63%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8071 (or 0xBF8071) is known color: Brandy Rose. HEX triplet: BF, 80 and 71. RGB value is (191,128,113). Sum of RGB (Red+Green+Blue) = 191+128+113=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8071 is #407F8E. Grayscale: #919191. Windows color (decimal): -4226959 or 7438527. OLE color: 7438527.

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

Color convert

RGB 191 128 113 -
CMYK 0 0.33 0.41 0.25
HSL 11.54º 0.38% 0.6% -
HSV(B) 11.54º 0.41% 0.75% -
XYZ 32.19 27.71 19.27 -
YUV 145.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 191 128 113 0 0.33 0.41 0.25 11.54 0.38 0.6
Hex BF 80 71 0 21 29 19 C 26 3C
Octal 277 200 161 0 41 51 31 14 46 74
Binary 10111111 10000000 1110001 0 100001 101001 11001 1100 100110 111100

Color Harmonies of #BF8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8071

Black with #BF8071

Text Example


Text Example

White with #BF8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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