Html Css Color HEX #BF827A Brandy Rose

📋 copy color: '#BF827A'

red 191 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #BF827A

Tints of Brandy Rose #BF827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 43.12%
G = 29.35%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF827A (or 0xBF827A) is known color: Brandy Rose. HEX triplet: BF, 82 and 7A. RGB value is (191,130,122). Sum of RGB (Red+Green+Blue) = 191+130+122=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF827A is #407D85. Grayscale: #939393. Windows color (decimal): -4226438 or 8028863. OLE color: 8028863.

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

Color convert

RGB 191 130 122 -
CMYK 0 0.32 0.36 0.25
HSL 6.96º 0.35% 0.61% -
HSV(B) 6.96º 0.36% 0.75% -
XYZ 32.98 28.45 22.16 -
YUV 147.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 191 130 122 0 0.32 0.36 0.25 6.96 0.35 0.61
Hex BF 82 7A 0 20 24 19 7 23 3D
Octal 277 202 172 0 40 44 31 7 43 75
Binary 10111111 10000010 1111010 0 100000 100100 11001 111 100011 111101

Color Harmonies of #BF827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF827A

Black with #BF827A

Text Example


Text Example

White with #BF827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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