Html Css Color HEX #BF8873 Brandy Rose

📋 copy color: '#BF8873'

red 191 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #BF8873

Tints of Brandy Rose #BF8873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 43.21%
G = 30.77%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF8873 (or 0xBF8873) is known color: Brandy Rose. HEX triplet: BF, 88 and 73. RGB value is (191,136,115). Sum of RGB (Red+Green+Blue) = 191+136+115=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8873 is #40778C. Grayscale: #969696. Windows color (decimal): -4224909 or 7571647. OLE color: 7571647.

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

Color convert

RGB 191 136 115 -
CMYK 0 0.29 0.40 0.25
HSL 16.58º 0.37% 0.6% -
HSV(B) 16.58º 0.4% 0.75% -
XYZ 33.38 29.92 20.24 -
YUV 150.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 191 136 115 0 0.29 0.40 0.25 16.58 0.37 0.6
Hex BF 88 73 0 1D 28 19 11 25 3C
Octal 277 210 163 0 35 50 31 21 45 74
Binary 10111111 10001000 1110011 0 11101 101000 11001 10001 100101 111100

Color Harmonies of #BF8873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8873

Black with #BF8873

Text Example


Text Example

White with #BF8873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8873; }

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

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

background-color css

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

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

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

border-color css

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

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

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