Html Css Color HEX #BF8F7F Brandy Rose

📋 copy color: '#BF8F7F'

red 191 ◦ green 143 ◦ blue 127

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

Shades of Brandy Rose #BF8F7F

Tints of Brandy Rose #BF8F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 41.43%
G = 31.02%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF8F7F (or 0xBF8F7F) is known color: Brandy Rose. HEX triplet: BF, 8F and 7F. RGB value is (191,143,127). Sum of RGB (Red+Green+Blue) = 191+143+127=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F7F is #407080. Grayscale: #9B9B9B. Windows color (decimal): -4223105 or 8359871. OLE color: 8359871.

HSL color Cylindrical-coordinate representation of color #BF8F7F: hue angle of 15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF8F7F is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 127 -
CMYK 0 0.25 0.34 0.25
HSL 15º 0.33% 0.62% -
HSV(B) 15º 0.34% 0.75% -
XYZ 35.14 32.25 24.45 -
YUV 155.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 191 143 127 0 0.25 0.34 0.25 15 0.33 0.62
Hex BF 8F 7F 0 19 22 19 F 21 3E
Octal 277 217 177 0 31 42 31 17 41 76
Binary 10111111 10001111 1111111 0 11001 100010 11001 1111 100001 111110

Color Harmonies of #BF8F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F7F

Black with #BF8F7F

Text Example


Text Example

White with #BF8F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F7F; }

 p { color: rgb(191,143,127); }

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

background-color css

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

 a { background-color: rgb(191,143,127); }

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

border-color css

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

 span { border-color: rgb(191,143,127); }

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