Html Css Color HEX #B87979 Brandy Rose

📋 copy color: '#B87979'

red 184 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #B87979

Tints of Brandy Rose #B87979

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

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

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

R = 43.19%
G = 28.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B87979 (or 0xB87979) is known color: Brandy Rose. HEX triplet: B8, 79 and 79. RGB value is (184,121,121). Sum of RGB (Red+Green+Blue) = 184+121+121=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B87979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87979 is #478686. Grayscale: #8B8B8B. Windows color (decimal): -4687495 or 7961016. OLE color: 7961016.

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

Color convert

RGB 184 121 121 -
CMYK 0 0.34 0.34 0.28
HSL 0.31% 0.6% -
HSV(B) 0.34% 0.72% -
XYZ 30.06 25.25 21.38 -
YUV 139.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 184 121 121 0 0.34 0.34 0.28 0 0.31 0.6
Hex B8 79 79 0 22 22 1C 0 1F 3C
Octal 270 171 171 0 42 42 34 0 37 74
Binary 10111000 1111001 1111001 0 100010 100010 11100 0 11111 111100

Color Harmonies of #B87979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87979

Black with #B87979

Text Example


Text Example

White with #B87979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87979; }

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

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

background-color css

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

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

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

border-color css

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

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

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