Html Css Color HEX #BF8579 Brandy Rose

📋 copy color: '#BF8579'

red 191 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #BF8579

Tints of Brandy Rose #BF8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 42.92%
G = 29.89%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF8579 (or 0xBF8579) is known color: Brandy Rose. HEX triplet: BF, 85 and 79. RGB value is (191,133,121). Sum of RGB (Red+Green+Blue) = 191+133+121=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8579 is #407A86. Grayscale: #959595. Windows color (decimal): -4225671 or 7964095. OLE color: 7964095.

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

Color convert

RGB 191 133 121 -
CMYK 0 0.30 0.37 0.25
HSL 10.29º 0.35% 0.61% -
HSV(B) 10.29º 0.37% 0.75% -
XYZ 33.32 29.23 21.98 -
YUV 148.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 191 133 121 0 0.30 0.37 0.25 10.29 0.35 0.61
Hex BF 85 79 0 1E 25 19 A 23 3D
Octal 277 205 171 0 36 45 31 12 43 75
Binary 10111111 10000101 1111001 0 11110 100101 11001 1010 100011 111101

Color Harmonies of #BF8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8579

Black with #BF8579

Text Example


Text Example

White with #BF8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8579; }

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

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

background-color css

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

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

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

border-color css

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

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

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