Html Css Color HEX #BF867E Brandy Rose

📋 copy color: '#BF867E'

red 191 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #BF867E

Tints of Brandy Rose #BF867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 42.35%
G = 29.71%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF867E (or 0xBF867E) is known color: Brandy Rose. HEX triplet: BF, 86 and 7E. RGB value is (191,134,126). Sum of RGB (Red+Green+Blue) = 191+134+126=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867E is #407981. Grayscale: #969696. Windows color (decimal): -4225410 or 8292031. OLE color: 8292031.

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

Color convert

RGB 191 134 126 -
CMYK 0 0.30 0.34 0.25
HSL 7.38º 0.34% 0.62% -
HSV(B) 7.38º 0.34% 0.75% -
XYZ 33.78 29.63 23.68 -
YUV 150.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 191 134 126 0 0.30 0.34 0.25 7.38 0.34 0.62
Hex BF 86 7E 0 1E 22 19 7 22 3E
Octal 277 206 176 0 36 42 31 7 42 76
Binary 10111111 10000110 1111110 0 11110 100010 11001 111 100010 111110

Color Harmonies of #BF867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF867E

Black with #BF867E

Text Example


Text Example

White with #BF867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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