Html Css Color HEX #BF807F Brandy Rose

📋 copy color: '#BF807F'

red 191 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #BF807F

Tints of Brandy Rose #BF807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 42.83%
G = 28.7%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF807F (or 0xBF807F) is known color: Brandy Rose. HEX triplet: BF, 80 and 7F. RGB value is (191,128,127). Sum of RGB (Red+Green+Blue) = 191+128+127=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF807F is #407F80. Grayscale: #929292. Windows color (decimal): -4226945 or 8356031. OLE color: 8356031.

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

Color convert

RGB 191 128 127 -
CMYK 0 0.33 0.34 0.25
HSL 0.94º 0.33% 0.62% -
HSV(B) 0.94º 0.34% 0.75% -
XYZ 33.04 28.05 23.75 -
YUV 146.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 191 128 127 0 0.33 0.34 0.25 0.94 0.33 0.62
Hex BF 80 7F 0 21 22 19 1 21 3E
Octal 277 200 177 0 41 42 31 1 41 76
Binary 10111111 10000000 1111111 0 100001 100010 11001 1 100001 111110

Color Harmonies of #BF807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF807F

Black with #BF807F

Text Example


Text Example

White with #BF807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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