Html Css Color HEX #BB7D71 Brandy Rose

📋 copy color: '#BB7D71'

red 187 ◦ green 125 ◦ blue 113

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

Shades of Brandy Rose #BB7D71

Tints of Brandy Rose #BB7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

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

R = 44%
G = 29.41%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB7D71 (or 0xBB7D71) is known color: Brandy Rose. HEX triplet: BB, 7D and 71. RGB value is (187,125,113). Sum of RGB (Red+Green+Blue) = 187+125+113=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D71 is #44828E. Grayscale: #8E8E8E. Windows color (decimal): -4489871 or 7437755. OLE color: 7437755.

HSL color Cylindrical-coordinate representation of color #BB7D71: hue angle of 9.73º 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 #BB7D71 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 113 -
CMYK 0 0.33 0.40 0.27
HSL 9.73º 0.35% 0.59% -
HSV(B) 9.73º 0.4% 0.73% -
XYZ 30.81 26.42 19.1 -
YUV 142.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 187 125 113 0 0.33 0.40 0.27 9.73 0.35 0.59
Hex BB 7D 71 0 21 28 1B A 23 3B
Octal 273 175 161 0 41 50 33 12 43 73
Binary 10111011 1111101 1110001 0 100001 101000 11011 1010 100011 111011

Color Harmonies of #BB7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D71

Black with #BB7D71

Text Example


Text Example

White with #BB7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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