Html Css Color HEX #BF847C Brandy Rose

📋 copy color: '#BF847C'

red 191 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #BF847C

Tints of Brandy Rose #BF847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 42.73%
G = 29.53%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF847C (or 0xBF847C) is known color: Brandy Rose. HEX triplet: BF, 84 and 7C. RGB value is (191,132,124). Sum of RGB (Red+Green+Blue) = 191+132+124=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF847C is #407B83. Grayscale: #949494. Windows color (decimal): -4225924 or 8160447. OLE color: 8160447.

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

Color convert

RGB 191 132 124 -
CMYK 0 0.31 0.35 0.25
HSL 7.16º 0.34% 0.62% -
HSV(B) 7.16º 0.35% 0.75% -
XYZ 33.38 29.03 22.91 -
YUV 148.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 191 132 124 0 0.31 0.35 0.25 7.16 0.34 0.62
Hex BF 84 7C 0 1F 23 19 7 22 3E
Octal 277 204 174 0 37 43 31 7 42 76
Binary 10111111 10000100 1111100 0 11111 100011 11001 111 100010 111110

Color Harmonies of #BF847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF847C

Black with #BF847C

Text Example


Text Example

White with #BF847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF847C; }

 p { color: rgb(191,132,124); }

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

background-color css

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

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

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

border-color css

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

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

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