Html Css Color HEX #BF827C Brandy Rose

📋 copy color: '#BF827C'

red 191 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #BF827C

Tints of Brandy Rose #BF827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 42.92%
G = 29.21%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF827C (or 0xBF827C) is known color: Brandy Rose. HEX triplet: BF, 82 and 7C. RGB value is (191,130,124). Sum of RGB (Red+Green+Blue) = 191+130+124=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF827C is #407D83. Grayscale: #939393. Windows color (decimal): -4226436 or 8159935. OLE color: 8159935.

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

Color convert

RGB 191 130 124 -
CMYK 0 0.32 0.35 0.25
HSL 5.37º 0.34% 0.62% -
HSV(B) 5.37º 0.35% 0.75% -
XYZ 33.11 28.5 22.82 -
YUV 147.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 191 130 124 0 0.32 0.35 0.25 5.37 0.34 0.62
Hex BF 82 7C 0 20 23 19 5 22 3E
Octal 277 202 174 0 40 43 31 5 42 76
Binary 10111111 10000010 1111100 0 100000 100011 11001 101 100010 111110

Color Harmonies of #BF827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF827C

Black with #BF827C

Text Example


Text Example

White with #BF827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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