Html Css Color HEX #BB847E Brandy Rose

📋 copy color: '#BB847E'

red 187 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #BB847E

Tints of Brandy Rose #BB847E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 42.02%
G = 29.66%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB847E (or 0xBB847E) is known color: Brandy Rose. HEX triplet: BB, 84 and 7E. RGB value is (187,132,126). Sum of RGB (Red+Green+Blue) = 187+132+126=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB847E is #447B81. Grayscale: #939393. Windows color (decimal): -4488066 or 8291515. OLE color: 8291515.

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

Color convert

RGB 187 132 126 -
CMYK 0 0.29 0.33 0.27
HSL 5.9º 0.31% 0.61% -
HSV(B) 5.9º 0.33% 0.73% -
XYZ 32.51 28.57 23.54 -
YUV 147.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 187 132 126 0 0.29 0.33 0.27 5.9 0.31 0.61
Hex BB 84 7E 0 1D 21 1B 6 1F 3D
Octal 273 204 176 0 35 41 33 6 37 75
Binary 10111011 10000100 1111110 0 11101 100001 11011 110 11111 111101

Color Harmonies of #BB847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB847E

Black with #BB847E

Text Example


Text Example

White with #BB847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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