Html Css Color HEX #BF877F Brandy Rose

📋 copy color: '#BF877F'

red 191 ◦ green 135 ◦ blue 127

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

Shades of Brandy Rose #BF877F

Tints of Brandy Rose #BF877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 42.16%
G = 29.8%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF877F (or 0xBF877F) is known color: Brandy Rose. HEX triplet: BF, 87 and 7F. RGB value is (191,135,127). Sum of RGB (Red+Green+Blue) = 191+135+127=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF877F is #407880. Grayscale: #969696. Windows color (decimal): -4225153 or 8357823. OLE color: 8357823.

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

Color convert

RGB 191 135 127 -
CMYK 0 0.29 0.34 0.25
HSL 7.5º 0.33% 0.62% -
HSV(B) 7.5º 0.34% 0.75% -
XYZ 33.98 29.94 24.07 -
YUV 150.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 191 135 127 0 0.29 0.34 0.25 7.5 0.33 0.62
Hex BF 87 7F 0 1D 22 19 8 21 3E
Octal 277 207 177 0 35 42 31 10 41 76
Binary 10111111 10000111 1111111 0 11101 100010 11001 1000 100001 111110

Color Harmonies of #BF877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF877F

Black with #BF877F

Text Example


Text Example

White with #BF877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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