Html Css Color HEX #BF7E6E Brandy Rose

📋 copy color: '#BF7E6E'

red 191 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #BF7E6E

Tints of Brandy Rose #BF7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 44.73%
G = 29.51%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF7E6E (or 0xBF7E6E) is known color: Brandy Rose. HEX triplet: BF, 7E and 6E. RGB value is (191,126,110). Sum of RGB (Red+Green+Blue) = 191+126+110=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E6E is #408191. Grayscale: #8F8F8F. Windows color (decimal): -4227474 or 7241407. OLE color: 7241407.

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

Color convert

RGB 191 126 110 -
CMYK 0 0.34 0.42 0.25
HSL 11.85º 0.39% 0.59% -
HSV(B) 11.85º 0.42% 0.75% -
XYZ 31.76 27.12 18.31 -
YUV 143.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 191 126 110 0 0.34 0.42 0.25 11.85 0.39 0.59
Hex BF 7E 6E 0 22 2A 19 C 27 3B
Octal 277 176 156 0 42 52 31 14 47 73
Binary 10111111 1111110 1101110 0 100010 101010 11001 1100 100111 111011

Color Harmonies of #BF7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E6E

Black with #BF7E6E

Text Example


Text Example

White with #BF7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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