Html Css Color HEX #BF8474 Brandy Rose

📋 copy color: '#BF8474'

red 191 ◦ green 132 ◦ blue 116

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

Shades of Brandy Rose #BF8474

Tints of Brandy Rose #BF8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 116 (45.7% from 255) = 26.42%

R = 43.51%
G = 30.07%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF8474 (or 0xBF8474) is known color: Brandy Rose. HEX triplet: BF, 84 and 74. RGB value is (191,132,116). Sum of RGB (Red+Green+Blue) = 191+132+116=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8474 is #407B8B. Grayscale: #939393. Windows color (decimal): -4225932 or 7636159. OLE color: 7636159.

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

Color convert

RGB 191 132 116 -
CMYK 0 0.31 0.39 0.25
HSL 12.8º 0.37% 0.6% -
HSV(B) 12.8º 0.39% 0.75% -
XYZ 32.89 28.84 20.36 -
YUV 147.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 191 132 116 0 0.31 0.39 0.25 12.8 0.37 0.6
Hex BF 84 74 0 1F 27 19 D 25 3C
Octal 277 204 164 0 37 47 31 15 45 74
Binary 10111111 10000100 1110100 0 11111 100111 11001 1101 100101 111100

Color Harmonies of #BF8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8474

Black with #BF8474

Text Example


Text Example

White with #BF8474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8474; }

 p { color: rgb(191,132,116); }

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

background-color css

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

 a { background-color: rgb(191,132,116); }

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

border-color css

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

 span { border-color: rgb(191,132,116); }

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