Html Css Color HEX #BF8273 Brandy Rose

📋 copy color: '#BF8273'

red 191 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #BF8273

Tints of Brandy Rose #BF8273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 43.81%
G = 29.82%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF8273 (or 0xBF8273) is known color: Brandy Rose. HEX triplet: BF, 82 and 73. RGB value is (191,130,115). Sum of RGB (Red+Green+Blue) = 191+130+115=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8273 is #407D8C. Grayscale: #929292. Windows color (decimal): -4226445 or 7570111. OLE color: 7570111.

HSL color Cylindrical-coordinate representation of color #BF8273: hue angle of 11.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8273 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 115 -
CMYK 0 0.32 0.40 0.25
HSL 11.84º 0.37% 0.6% -
HSV(B) 11.84º 0.4% 0.75% -
XYZ 32.56 28.28 19.96 -
YUV 146.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 191 130 115 0 0.32 0.40 0.25 11.84 0.37 0.6
Hex BF 82 73 0 20 28 19 C 25 3C
Octal 277 202 163 0 40 50 31 14 45 74
Binary 10111111 10000010 1110011 0 100000 101000 11001 1100 100101 111100

Color Harmonies of #BF8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8273

Black with #BF8273

Text Example


Text Example

White with #BF8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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