Html Css Color HEX #BB7C71 Brandy Rose

📋 copy color: '#BB7C71'

red 187 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #BB7C71

Tints of Brandy Rose #BB7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 44.1%
G = 29.25%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7C71 (or 0xBB7C71) is known color: Brandy Rose. HEX triplet: BB, 7C and 71. RGB value is (187,124,113). Sum of RGB (Red+Green+Blue) = 187+124+113=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C71 is #44838E. Grayscale: #8D8D8D. Windows color (decimal): -4490127 or 7437499. OLE color: 7437499.

HSL color Cylindrical-coordinate representation of color #BB7C71: hue angle of 8.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7C71 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 113 -
CMYK 0 0.34 0.40 0.27
HSL 8.92º 0.35% 0.59% -
HSV(B) 8.92º 0.4% 0.73% -
XYZ 30.68 26.17 19.06 -
YUV 141.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 187 124 113 0 0.34 0.40 0.27 8.92 0.35 0.59
Hex BB 7C 71 0 22 28 1B 9 23 3B
Octal 273 174 161 0 42 50 33 11 43 73
Binary 10111011 1111100 1110001 0 100010 101000 11011 1001 100011 111011

Color Harmonies of #BB7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C71

Black with #BB7C71

Text Example


Text Example

White with #BB7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C71; }

 p { color: rgb(187,124,113); }

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

background-color css

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

 a { background-color: rgb(187,124,113); }

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

border-color css

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

 span { border-color: rgb(187,124,113); }

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