Html Css Color HEX #BF897E Brandy Rose

📋 copy color: '#BF897E'

red 191 ◦ green 137 ◦ blue 126

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

Shades of Brandy Rose #BF897E

Tints of Brandy Rose #BF897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.75%

R = 42.07%
G = 30.18%
B = 27.75%

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

#BF897E (or 0xBF897E) is known color: Brandy Rose. HEX triplet: BF, 89 and 7E. RGB value is (191,137,126). Sum of RGB (Red+Green+Blue) = 191+137+126=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897E is #407681. Grayscale: #979797. Windows color (decimal): -4224642 or 8292799. OLE color: 8292799.

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

Color convert

RGB 191 137 126 -
CMYK 0 0.28 0.34 0.25
HSL 10.15º 0.34% 0.62% -
HSV(B) 10.15º 0.34% 0.75% -
XYZ 34.2 30.47 23.82 -
YUV 151.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 191 137 126 0 0.28 0.34 0.25 10.15 0.34 0.62
Hex BF 89 7E 0 1C 22 19 A 22 3E
Octal 277 211 176 0 34 42 31 12 42 76
Binary 10111111 10001001 1111110 0 11100 100010 11001 1010 100010 111110

Color Harmonies of #BF897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF897E

Black with #BF897E

Text Example


Text Example

White with #BF897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF897E; }

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

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

background-color css

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

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

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

border-color css

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

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

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