Html Css Color HEX #BF8279 Brandy Rose

📋 copy color: '#BF8279'

red 191 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #BF8279

Tints of Brandy Rose #BF8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

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

R = 43.21%
G = 29.41%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF8279 (or 0xBF8279) is known color: Brandy Rose. HEX triplet: BF, 82 and 79. RGB value is (191,130,121). Sum of RGB (Red+Green+Blue) = 191+130+121=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8279 is #407D86. Grayscale: #939393. Windows color (decimal): -4226439 or 7963327. OLE color: 7963327.

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

Color convert

RGB 191 130 121 -
CMYK 0 0.32 0.37 0.25
HSL 7.71º 0.35% 0.61% -
HSV(B) 7.71º 0.37% 0.75% -
XYZ 32.92 28.42 21.84 -
YUV 147.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 191 130 121 0 0.32 0.37 0.25 7.71 0.35 0.61
Hex BF 82 79 0 20 25 19 8 23 3D
Octal 277 202 171 0 40 45 31 10 43 75
Binary 10111111 10000010 1111001 0 100000 100101 11001 1000 100011 111101

Color Harmonies of #BF8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8279

Black with #BF8279

Text Example


Text Example

White with #BF8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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