Html Css Color HEX #BF8879 Brandy Rose

📋 copy color: '#BF8879'

red 191 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #BF8879

Tints of Brandy Rose #BF8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 42.63%
G = 30.36%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF8879 (or 0xBF8879) is known color: Brandy Rose. HEX triplet: BF, 88 and 79. RGB value is (191,136,121). Sum of RGB (Red+Green+Blue) = 191+136+121=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8879 is #407786. Grayscale: #969696. Windows color (decimal): -4224903 or 7964863. OLE color: 7964863.

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

Color convert

RGB 191 136 121 -
CMYK 0 0.29 0.37 0.25
HSL 12.86º 0.35% 0.61% -
HSV(B) 12.86º 0.37% 0.75% -
XYZ 33.74 30.07 22.11 -
YUV 150.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 191 136 121 0 0.29 0.37 0.25 12.86 0.35 0.61
Hex BF 88 79 0 1D 25 19 D 23 3D
Octal 277 210 171 0 35 45 31 15 43 75
Binary 10111111 10001000 1111001 0 11101 100101 11001 1101 100011 111101

Color Harmonies of #BF8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8879

Black with #BF8879

Text Example


Text Example

White with #BF8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8879; }

 p { color: rgb(191,136,121); }

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

background-color css

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

 a { background-color: rgb(191,136,121); }

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

border-color css

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

 span { border-color: rgb(191,136,121); }

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