Html Css Color HEX #BB7E7A Brandy Rose

📋 copy color: '#BB7E7A'

red 187 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #BB7E7A

Tints of Brandy Rose #BB7E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 42.99%
G = 28.97%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB7E7A (or 0xBB7E7A) is known color: Brandy Rose. HEX triplet: BB, 7E and 7A. RGB value is (187,126,122). Sum of RGB (Red+Green+Blue) = 187+126+122=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E7A is #448185. Grayscale: #8F8F8F. Windows color (decimal): -4489606 or 8027835. OLE color: 8027835.

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

Color convert

RGB 187 126 122 -
CMYK 0 0.33 0.35 0.27
HSL 3.69º 0.32% 0.61% -
HSV(B) 3.69º 0.35% 0.73% -
XYZ 31.47 26.89 21.94 -
YUV 143.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 187 126 122 0 0.33 0.35 0.27 3.69 0.32 0.61
Hex BB 7E 7A 0 21 23 1B 4 20 3D
Octal 273 176 172 0 41 43 33 4 40 75
Binary 10111011 1111110 1111010 0 100001 100011 11011 100 100000 111101

Color Harmonies of #BB7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E7A

Black with #BB7E7A

Text Example


Text Example

White with #BB7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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