Html Css Color HEX #BF7E6B Brandy Rose

📋 copy color: '#BF7E6B'

red 191 ◦ green 126 ◦ blue 107

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

Shades of Brandy Rose #BF7E6B

Tints of Brandy Rose #BF7E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 45.05%
G = 29.72%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF7E6B (or 0xBF7E6B) is known color: Brandy Rose. HEX triplet: BF, 7E and 6B. RGB value is (191,126,107). Sum of RGB (Red+Green+Blue) = 191+126+107=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E6B is #408194. Grayscale: #8F8F8F. Windows color (decimal): -4227477 or 7044799. OLE color: 7044799.

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

Color convert

RGB 191 126 107 -
CMYK 0 0.34 0.44 0.25
HSL 13.57º 0.4% 0.58% -
HSV(B) 13.57º 0.44% 0.75% -
XYZ 31.6 27.06 17.47 -
YUV 143.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 191 126 107 0 0.34 0.44 0.25 13.57 0.4 0.58
Hex BF 7E 6B 0 22 2C 19 E 28 3A
Octal 277 176 153 0 42 54 31 16 50 72
Binary 10111111 1111110 1101011 0 100010 101100 11001 1110 101000 111010

Color Harmonies of #BF7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E6B

Black with #BF7E6B

Text Example


Text Example

White with #BF7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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