Html Css Color HEX #BF846F Brandy Rose

📋 copy color: '#BF846F'

red 191 ◦ green 132 ◦ blue 111

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

Shades of Brandy Rose #BF846F

Tints of Brandy Rose #BF846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 44.01%
G = 30.41%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF846F (or 0xBF846F) is known color: Brandy Rose. HEX triplet: BF, 84 and 6F. RGB value is (191,132,111). Sum of RGB (Red+Green+Blue) = 191+132+111=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF846F is #407B90. Grayscale: #939393. Windows color (decimal): -4225937 or 7308479. OLE color: 7308479.

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

Color convert

RGB 191 132 111 -
CMYK 0 0.31 0.42 0.25
HSL 15.75º 0.38% 0.59% -
HSV(B) 15.75º 0.42% 0.75% -
XYZ 32.61 28.73 18.87 -
YUV 147.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 191 132 111 0 0.31 0.42 0.25 15.75 0.38 0.59
Hex BF 84 6F 0 1F 2A 19 10 26 3B
Octal 277 204 157 0 37 52 31 20 46 73
Binary 10111111 10000100 1101111 0 11111 101010 11001 10000 100110 111011

Color Harmonies of #BF846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF846F

Black with #BF846F

Text Example


Text Example

White with #BF846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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