Html Css Color HEX #BF847B Brandy Rose

📋 copy color: '#BF847B'

red 191 ◦ green 132 ◦ blue 123

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

Shades of Brandy Rose #BF847B

Tints of Brandy Rose #BF847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 42.83%
G = 29.6%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF847B (or 0xBF847B) is known color: Brandy Rose. HEX triplet: BF, 84 and 7B. RGB value is (191,132,123). Sum of RGB (Red+Green+Blue) = 191+132+123=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF847B is #407B84. Grayscale: #949494. Windows color (decimal): -4225925 or 8094911. OLE color: 8094911.

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

Color convert

RGB 191 132 123 -
CMYK 0 0.31 0.36 0.25
HSL 7.94º 0.35% 0.62% -
HSV(B) 7.94º 0.36% 0.75% -
XYZ 33.31 29.01 22.58 -
YUV 148.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 191 132 123 0 0.31 0.36 0.25 7.94 0.35 0.62
Hex BF 84 7B 0 1F 24 19 8 23 3E
Octal 277 204 173 0 37 44 31 10 43 76
Binary 10111111 10000100 1111011 0 11111 100100 11001 1000 100011 111110

Color Harmonies of #BF847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF847B

Black with #BF847B

Text Example


Text Example

White with #BF847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF847B; }

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

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

background-color css

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

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

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

border-color css

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

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

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