Html Css Color HEX #BF897D Brandy Rose

📋 copy color: '#BF897D'

red 191 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #BF897D

Tints of Brandy Rose #BF897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 42.16%
G = 30.24%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF897D (or 0xBF897D) is known color: Brandy Rose. HEX triplet: BF, 89 and 7D. RGB value is (191,137,125). Sum of RGB (Red+Green+Blue) = 191+137+125=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897D is #407682. Grayscale: #979797. Windows color (decimal): -4224643 or 8227263. OLE color: 8227263.

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

Color convert

RGB 191 137 125 -
CMYK 0 0.28 0.35 0.25
HSL 10.91º 0.34% 0.62% -
HSV(B) 10.91º 0.35% 0.75% -
XYZ 34.13 30.45 23.48 -
YUV 151.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 191 137 125 0 0.28 0.35 0.25 10.91 0.34 0.62
Hex BF 89 7D 0 1C 23 19 B 22 3E
Octal 277 211 175 0 34 43 31 13 42 76
Binary 10111111 10001001 1111101 0 11100 100011 11001 1011 100010 111110

Color Harmonies of #BF897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF897D

Black with #BF897D

Text Example


Text Example

White with #BF897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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