Html Css Color HEX #BF7E7E Brandy Rose

📋 copy color: '#BF7E7E'

red 191 ◦ green 126 ◦ blue 126

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

Shades of Brandy Rose #BF7E7E

Tints of Brandy Rose #BF7E7E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.44%

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

R = 43.12%
G = 28.44%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF7E7E (or 0xBF7E7E) is known color: Brandy Rose. HEX triplet: BF, 7E and 7E. RGB value is (191,126,126). Sum of RGB (Red+Green+Blue) = 191+126+126=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E7E is #408181. Grayscale: #919191. Windows color (decimal): -4227458 or 8289983. OLE color: 8289983.

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

Color convert

RGB 191 126 126 -
CMYK 0 0.34 0.34 0.25
HSL 0.34% 0.62% -
HSV(B) 0.34% 0.75% -
XYZ 32.71 27.5 23.32 -
YUV 145.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 191 126 126 0 0.34 0.34 0.25 0 0.34 0.62
Hex BF 7E 7E 0 22 22 19 0 22 3E
Octal 277 176 176 0 42 42 31 0 42 76
Binary 10111111 1111110 1111110 0 100010 100010 11001 0 100010 111110

Color Harmonies of #BF7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E7E

Black with #BF7E7E

Text Example


Text Example

White with #BF7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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