Html Css Color HEX #BB7979 Brandy Rose

📋 copy color: '#BB7979'

red 187 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #BB7979

Tints of Brandy Rose #BB7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

 BLUE value IS 121 (47.66% from 255) = 28.21%

R = 43.59%
G = 28.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB7979 (or 0xBB7979) is known color: Brandy Rose. HEX triplet: BB, 79 and 79. RGB value is (187,121,121). Sum of RGB (Red+Green+Blue) = 187+121+121=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7979 is #448686. Grayscale: #8C8C8C. Windows color (decimal): -4490887 or 7961019. OLE color: 7961019.

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

Color convert

RGB 187 121 121 -
CMYK 0 0.35 0.35 0.27
HSL 0.33% 0.6% -
HSV(B) 0.35% 0.73% -
XYZ 30.78 25.62 21.41 -
YUV 140.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 187 121 121 0 0.35 0.35 0.27 0 0.33 0.6
Hex BB 79 79 0 23 23 1B 0 21 3C
Octal 273 171 171 0 43 43 33 0 41 74
Binary 10111011 1111001 1111001 0 100011 100011 11011 0 100001 111100

Color Harmonies of #BB7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7979

Black with #BB7979

Text Example


Text Example

White with #BB7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7979; }

 p { color: rgb(187,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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