Html Css Color HEX #BB7E6E Brandy Rose

📋 copy color: '#BB7E6E'

red 187 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #BB7E6E

Tints of Brandy Rose #BB7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 44.21%
G = 29.79%
B = 26%

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

#BB7E6E (or 0xBB7E6E) is known color: Brandy Rose. HEX triplet: BB, 7E and 6E. RGB value is (187,126,110). Sum of RGB (Red+Green+Blue) = 187+126+110=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E6E is #448191. Grayscale: #8E8E8E. Windows color (decimal): -4489618 or 7241403. OLE color: 7241403.

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

Color convert

RGB 187 126 110 -
CMYK 0 0.33 0.41 0.27
HSL 12.47º 0.36% 0.58% -
HSV(B) 12.47º 0.41% 0.73% -
XYZ 30.77 26.61 18.27 -
YUV 142.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 187 126 110 0 0.33 0.41 0.27 12.47 0.36 0.58
Hex BB 7E 6E 0 21 29 1B C 24 3A
Octal 273 176 156 0 41 51 33 14 44 72
Binary 10111011 1111110 1101110 0 100001 101001 11011 1100 100100 111010

Color Harmonies of #BB7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E6E

Black with #BB7E6E

Text Example


Text Example

White with #BB7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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