Html Css Color HEX #BF8872 Brandy Rose

📋 copy color: '#BF8872'

red 191 ◦ green 136 ◦ blue 114

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

Shades of Brandy Rose #BF8872

Tints of Brandy Rose #BF8872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 43.31%
G = 30.84%
B = 25.85%

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

#BF8872 (or 0xBF8872) is known color: Brandy Rose. HEX triplet: BF, 88 and 72. RGB value is (191,136,114). Sum of RGB (Red+Green+Blue) = 191+136+114=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8872 is #40778D. Grayscale: #969696. Windows color (decimal): -4224910 or 7506111. OLE color: 7506111.

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

Color convert

RGB 191 136 114 -
CMYK 0 0.29 0.40 0.25
HSL 17.14º 0.38% 0.6% -
HSV(B) 17.14º 0.4% 0.75% -
XYZ 33.33 29.9 19.93 -
YUV 149.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 191 136 114 0 0.29 0.40 0.25 17.14 0.38 0.6
Hex BF 88 72 0 1D 28 19 11 26 3C
Octal 277 210 162 0 35 50 31 21 46 74
Binary 10111111 10001000 1110010 0 11101 101000 11001 10001 100110 111100

Color Harmonies of #BF8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8872

Black with #BF8872

Text Example


Text Example

White with #BF8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8872; }

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

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

background-color css

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

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

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

border-color css

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

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

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