Html Css Color HEX #BF8773 Brandy Rose

📋 copy color: '#BF8773'

red 191 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #BF8773

Tints of Brandy Rose #BF8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 43.31%
G = 30.61%
B = 26.08%

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

#BF8773 (or 0xBF8773) is known color: Brandy Rose. HEX triplet: BF, 87 and 73. RGB value is (191,135,115). Sum of RGB (Red+Green+Blue) = 191+135+115=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8773 is #40788C. Grayscale: #959595. Windows color (decimal): -4225165 or 7571391. OLE color: 7571391.

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

Color convert

RGB 191 135 115 -
CMYK 0 0.29 0.40 0.25
HSL 15.79º 0.37% 0.6% -
HSV(B) 15.79º 0.4% 0.75% -
XYZ 33.24 29.64 20.19 -
YUV 149.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 191 135 115 0 0.29 0.40 0.25 15.79 0.37 0.6
Hex BF 87 73 0 1D 28 19 10 25 3C
Octal 277 207 163 0 35 50 31 20 45 74
Binary 10111111 10000111 1110011 0 11101 101000 11001 10000 100101 111100

Color Harmonies of #BF8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8773

Black with #BF8773

Text Example


Text Example

White with #BF8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8773; }

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

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

background-color css

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

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

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

border-color css

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

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

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