Html Css Color HEX #BF8877 Brandy Rose

📋 copy color: '#BF8877'

red 191 ◦ green 136 ◦ blue 119

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

Shades of Brandy Rose #BF8877

Tints of Brandy Rose #BF8877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 42.83%
G = 30.49%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF8877 (or 0xBF8877) is known color: Brandy Rose. HEX triplet: BF, 88 and 77. RGB value is (191,136,119). Sum of RGB (Red+Green+Blue) = 191+136+119=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8877 is #407788. Grayscale: #969696. Windows color (decimal): -4224905 or 7833791. OLE color: 7833791.

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

Color convert

RGB 191 136 119 -
CMYK 0 0.29 0.38 0.25
HSL 14.17º 0.36% 0.61% -
HSV(B) 14.17º 0.38% 0.75% -
XYZ 33.62 30.02 21.47 -
YUV 150.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 191 136 119 0 0.29 0.38 0.25 14.17 0.36 0.61
Hex BF 88 77 0 1D 26 19 E 24 3D
Octal 277 210 167 0 35 46 31 16 44 75
Binary 10111111 10001000 1110111 0 11101 100110 11001 1110 100100 111101

Color Harmonies of #BF8877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8877

Black with #BF8877

Text Example


Text Example

White with #BF8877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8877; }

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

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

background-color css

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

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

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

border-color css

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

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

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