Html Css Color HEX #BF827D Brandy Rose

📋 copy color: '#BF827D'

red 191 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #BF827D

Tints of Brandy Rose #BF827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 42.83%
G = 29.15%
B = 28.03%

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

#BF827D (or 0xBF827D) is known color: Brandy Rose. HEX triplet: BF, 82 and 7D. RGB value is (191,130,125). Sum of RGB (Red+Green+Blue) = 191+130+125=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF827D is #407D82. Grayscale: #939393. Windows color (decimal): -4226435 or 8225471. OLE color: 8225471.

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

Color convert

RGB 191 130 125 -
CMYK 0 0.32 0.35 0.25
HSL 4.55º 0.34% 0.62% -
HSV(B) 4.55º 0.35% 0.75% -
XYZ 33.17 28.52 23.16 -
YUV 147.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 191 130 125 0 0.32 0.35 0.25 4.55 0.34 0.62
Hex BF 82 7D 0 20 23 19 5 22 3E
Octal 277 202 175 0 40 43 31 5 42 76
Binary 10111111 10000010 1111101 0 100000 100011 11001 101 100010 111110

Color Harmonies of #BF827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF827D

Black with #BF827D

Text Example


Text Example

White with #BF827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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