Html Css Color HEX #BF8679 Brandy Rose

📋 copy color: '#BF8679'

red 191 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #BF8679

Tints of Brandy Rose #BF8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

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

R = 42.83%
G = 30.04%
B = 27.13%

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

#BF8679 (or 0xBF8679) is known color: Brandy Rose. HEX triplet: BF, 86 and 79. RGB value is (191,134,121). Sum of RGB (Red+Green+Blue) = 191+134+121=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8679 is #407986. Grayscale: #959595. Windows color (decimal): -4225415 or 7964351. OLE color: 7964351.

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

Color convert

RGB 191 134 121 -
CMYK 0 0.30 0.37 0.25
HSL 11.14º 0.35% 0.61% -
HSV(B) 11.14º 0.37% 0.75% -
XYZ 33.46 29.51 22.02 -
YUV 149.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 191 134 121 0 0.30 0.37 0.25 11.14 0.35 0.61
Hex BF 86 79 0 1E 25 19 B 23 3D
Octal 277 206 171 0 36 45 31 13 43 75
Binary 10111111 10000110 1111001 0 11110 100101 11001 1011 100011 111101

Color Harmonies of #BF8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8679

Black with #BF8679

Text Example


Text Example

White with #BF8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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