Html Css Color HEX #BF8676 Brandy Rose

📋 copy color: '#BF8676'

red 191 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #BF8676

Tints of Brandy Rose #BF8676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 43.12%
G = 30.25%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF8676 (or 0xBF8676) is known color: Brandy Rose. HEX triplet: BF, 86 and 76. RGB value is (191,134,118). Sum of RGB (Red+Green+Blue) = 191+134+118=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8676 is #407989. Grayscale: #959595. Windows color (decimal): -4225418 or 7767743. OLE color: 7767743.

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

Color convert

RGB 191 134 118 -
CMYK 0 0.30 0.38 0.25
HSL 13.15º 0.36% 0.61% -
HSV(B) 13.15º 0.38% 0.75% -
XYZ 33.28 29.43 21.07 -
YUV 149.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 191 134 118 0 0.30 0.38 0.25 13.15 0.36 0.61
Hex BF 86 76 0 1E 26 19 D 24 3D
Octal 277 206 166 0 36 46 31 15 44 75
Binary 10111111 10000110 1110110 0 11110 100110 11001 1101 100100 111101

Color Harmonies of #BF8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8676

Black with #BF8676

Text Example


Text Example

White with #BF8676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8676; }

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

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

background-color css

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

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

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

border-color css

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

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

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