Html Css Color HEX #BF897F Brandy Rose

📋 copy color: '#BF897F'

red 191 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #BF897F

Tints of Brandy Rose #BF897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

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

R = 41.98%
G = 30.11%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF897F (or 0xBF897F) is known color: Brandy Rose. HEX triplet: BF, 89 and 7F. RGB value is (191,137,127). Sum of RGB (Red+Green+Blue) = 191+137+127=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897F is #407680. Grayscale: #989898. Windows color (decimal): -4224641 or 8358335. OLE color: 8358335.

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

Color convert

RGB 191 137 127 -
CMYK 0 0.28 0.34 0.25
HSL 9.38º 0.33% 0.62% -
HSV(B) 9.38º 0.34% 0.75% -
XYZ 34.26 30.5 24.16 -
YUV 152.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 191 137 127 0 0.28 0.34 0.25 9.38 0.33 0.62
Hex BF 89 7F 0 1C 22 19 9 21 3E
Octal 277 211 177 0 34 42 31 11 41 76
Binary 10111111 10001001 1111111 0 11100 100010 11001 1001 100001 111110

Color Harmonies of #BF897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF897F

Black with #BF897F

Text Example


Text Example

White with #BF897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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