Html Css Color HEX #BF8871 Brandy Rose

📋 copy color: '#BF8871'

red 191 ◦ green 136 ◦ blue 113

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

Shades of Brandy Rose #BF8871

Tints of Brandy Rose #BF8871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 43.41%
G = 30.91%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8871 (or 0xBF8871) is known color: Brandy Rose. HEX triplet: BF, 88 and 71. RGB value is (191,136,113). Sum of RGB (Red+Green+Blue) = 191+136+113=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8871 is #40778E. Grayscale: #959595. Windows color (decimal): -4224911 or 7440575. OLE color: 7440575.

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

Color convert

RGB 191 136 113 -
CMYK 0 0.29 0.41 0.25
HSL 17.69º 0.38% 0.6% -
HSV(B) 17.69º 0.41% 0.75% -
XYZ 33.27 29.88 19.64 -
YUV 149.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 191 136 113 0 0.29 0.41 0.25 17.69 0.38 0.6
Hex BF 88 71 0 1D 29 19 12 26 3C
Octal 277 210 161 0 35 51 31 22 46 74
Binary 10111111 10001000 1110001 0 11101 101001 11001 10010 100110 111100

Color Harmonies of #BF8871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8871

Black with #BF8871

Text Example


Text Example

White with #BF8871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8871; }

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

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

background-color css

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

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

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

border-color css

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

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

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