Html Css Color HEX #B87875 Brandy Rose

📋 copy color: '#B87875'

red 184 ◦ green 120 ◦ blue 117

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

Shades of Brandy Rose #B87875

Tints of Brandy Rose #B87875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 43.71%
G = 28.5%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B87875 (or 0xB87875) is known color: Brandy Rose. HEX triplet: B8, 78 and 75. RGB value is (184,120,117). Sum of RGB (Red+Green+Blue) = 184+120+117=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B87875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87875 is #47878A. Grayscale: #8A8A8A. Windows color (decimal): -4687755 or 7698616. OLE color: 7698616.

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

Color convert

RGB 184 120 117 -
CMYK 0 0.35 0.36 0.28
HSL 2.69º 0.32% 0.59% -
HSV(B) 2.69º 0.36% 0.72% -
XYZ 29.69 24.91 20.07 -
YUV 138.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 184 120 117 0 0.35 0.36 0.28 2.69 0.32 0.59
Hex B8 78 75 0 23 24 1C 3 20 3B
Octal 270 170 165 0 43 44 34 3 40 73
Binary 10111000 1111000 1110101 0 100011 100100 11100 11 100000 111011

Color Harmonies of #B87875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87875

Black with #B87875

Text Example


Text Example

White with #B87875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87875; }

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

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

background-color css

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

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

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

border-color css

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

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

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