Html Css Color HEX #BB7E6F Brandy Rose

📋 copy color: '#BB7E6F'

red 187 ◦ green 126 ◦ blue 111

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

Shades of Brandy Rose #BB7E6F

Tints of Brandy Rose #BB7E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 44.1%
G = 29.72%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB7E6F (or 0xBB7E6F) is known color: Brandy Rose. HEX triplet: BB, 7E and 6F. RGB value is (187,126,111). Sum of RGB (Red+Green+Blue) = 187+126+111=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E6F is #448190. Grayscale: #8E8E8E. Windows color (decimal): -4489617 or 7306939. OLE color: 7306939.

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

Color convert

RGB 187 126 111 -
CMYK 0 0.33 0.41 0.27
HSL 11.84º 0.36% 0.58% -
HSV(B) 11.84º 0.41% 0.73% -
XYZ 30.82 26.63 18.56 -
YUV 142.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 187 126 111 0 0.33 0.41 0.27 11.84 0.36 0.58
Hex BB 7E 6F 0 21 29 1B C 24 3A
Octal 273 176 157 0 41 51 33 14 44 72
Binary 10111011 1111110 1101111 0 100001 101001 11011 1100 100100 111010

Color Harmonies of #BB7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E6F

Black with #BB7E6F

Text Example


Text Example

White with #BB7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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