Html Css Color HEX #B87D70 Brandy Rose

📋 copy color: '#B87D70'

red 184 ◦ green 125 ◦ blue 112

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

Shades of Brandy Rose #B87D70

Tints of Brandy Rose #B87D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.69%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 43.71%
G = 29.69%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B87D70 (or 0xB87D70) is known color: Brandy Rose. HEX triplet: B8, 7D and 70. RGB value is (184,125,112). Sum of RGB (Red+Green+Blue) = 184+125+112=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D70 is #47828F. Grayscale: #8D8D8D. Windows color (decimal): -4686480 or 7372216. OLE color: 7372216.

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

Color convert

RGB 184 125 112 -
CMYK 0 0.32 0.39 0.28
HSL 10.83º 0.34% 0.58% -
HSV(B) 10.83º 0.39% 0.72% -
XYZ 30.03 26.03 18.77 -
YUV 141.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 184 125 112 0 0.32 0.39 0.28 10.83 0.34 0.58
Hex B8 7D 70 0 20 27 1C B 22 3A
Octal 270 175 160 0 40 47 34 13 42 72
Binary 10111000 1111101 1110000 0 100000 100111 11100 1011 100010 111010

Color Harmonies of #B87D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D70

Black with #B87D70

Text Example


Text Example

White with #B87D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D70; }

 p { color: rgb(184,125,112); }

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

background-color css

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

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

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

border-color css

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

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

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