Html Css Color HEX #BF8671 Brandy Rose

📋 copy color: '#BF8671'

red 191 ◦ green 134 ◦ blue 113

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

Shades of Brandy Rose #BF8671

Tints of Brandy Rose #BF8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

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

R = 43.61%
G = 30.59%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8671 (or 0xBF8671) is known color: Brandy Rose. HEX triplet: BF, 86 and 71. RGB value is (191,134,113). Sum of RGB (Red+Green+Blue) = 191+134+113=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8671 is #40798E. Grayscale: #949494. Windows color (decimal): -4225423 or 7440063. OLE color: 7440063.

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

Color convert

RGB 191 134 113 -
CMYK 0 0.30 0.41 0.25
HSL 16.15º 0.38% 0.6% -
HSV(B) 16.15º 0.41% 0.75% -
XYZ 32.99 29.32 19.54 -
YUV 148.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 191 134 113 0 0.30 0.41 0.25 16.15 0.38 0.6
Hex BF 86 71 0 1E 29 19 10 26 3C
Octal 277 206 161 0 36 51 31 20 46 74
Binary 10111111 10000110 1110001 0 11110 101001 11001 10000 100110 111100

Color Harmonies of #BF8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8671

Black with #BF8671

Text Example


Text Example

White with #BF8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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