Html Css Color HEX #B87878 Brandy Rose

📋 copy color: '#B87878'

red 184 ◦ green 120 ◦ blue 120

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

Shades of Brandy Rose #B87878

Tints of Brandy Rose #B87878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 43.4%
G = 28.3%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B87878 (or 0xB87878) is known color: Brandy Rose. HEX triplet: B8, 78 and 78. RGB value is (184,120,120). Sum of RGB (Red+Green+Blue) = 184+120+120=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B87878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87878 is #478787. Grayscale: #8B8B8B. Windows color (decimal): -4687752 or 7895224. OLE color: 7895224.

HSL color Cylindrical-coordinate representation of color #B87878: 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.35%. Process color model (Four color, CMYK) of #B87878 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 120 -
CMYK 0 0.35 0.35 0.28
HSL 0.31% 0.6% -
HSV(B) 0.35% 0.72% -
XYZ 29.87 24.98 21.02 -
YUV 139.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 184 120 120 0 0.35 0.35 0.28 0 0.31 0.6
Hex B8 78 78 0 23 23 1C 0 1F 3C
Octal 270 170 170 0 43 43 34 0 37 74
Binary 10111000 1111000 1111000 0 100011 100011 11100 0 11111 111100

Color Harmonies of #B87878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87878

Black with #B87878

Text Example


Text Example

White with #B87878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87878; }

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

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

background-color css

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

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

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

border-color css

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

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

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