Html Css Color HEX #BB847F Brandy Rose

📋 copy color: '#BB847F'

red 187 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #BB847F

Tints of Brandy Rose #BB847F

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 41.93%
G = 29.6%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB847F (or 0xBB847F) is known color: Brandy Rose. HEX triplet: BB, 84 and 7F. RGB value is (187,132,127). Sum of RGB (Red+Green+Blue) = 187+132+127=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847F is #447B80. Grayscale: #939393. Windows color (decimal): -4488065 or 8357051. OLE color: 8357051.

HSL color Cylindrical-coordinate representation of color #BB847F: hue angle of 5º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB847F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 127 -
CMYK 0 0.29 0.32 0.27
HSL 0.31% 0.62% -
HSV(B) 0.32% 0.73% -
XYZ 32.58 28.6 23.88 -
YUV 147.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 187 132 127 0 0.29 0.32 0.27 5 0.31 0.62
Hex BB 84 7F 0 1D 20 1B 5 1F 3E
Octal 273 204 177 0 35 40 33 5 37 76
Binary 10111011 10000100 1111111 0 11101 100000 11011 101 11111 111110

Color Harmonies of #BB847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB847F

Black with #BB847F

Text Example


Text Example

White with #BB847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB847F; }

 p { color: rgb(187,132,127); }

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

background-color css

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

 a { background-color: rgb(187,132,127); }

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

border-color css

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

 span { border-color: rgb(187,132,127); }

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