Html Css Color HEX #B87A71 Brandy Rose

📋 copy color: '#B87A71'

red 184 ◦ green 122 ◦ blue 113

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

Shades of Brandy Rose #B87A71

Tints of Brandy Rose #B87A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 43.91%
G = 29.12%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B87A71 (or 0xB87A71) is known color: Brandy Rose. HEX triplet: B8, 7A and 71. RGB value is (184,122,113). Sum of RGB (Red+Green+Blue) = 184+122+113=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A71 is #47858E. Grayscale: #8B8B8B. Windows color (decimal): -4687247 or 7436984. OLE color: 7436984.

HSL color Cylindrical-coordinate representation of color #B87A71: hue angle of 7.61º degrees, saturation: 0.33, 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 #B87A71 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 122 113 -
CMYK 0 0.34 0.39 0.28
HSL 7.61º 0.33% 0.58% -
HSV(B) 7.61º 0.39% 0.72% -
XYZ 29.71 25.3 18.94 -
YUV 139.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 184 122 113 0 0.34 0.39 0.28 7.61 0.33 0.58
Hex B8 7A 71 0 22 27 1C 8 21 3A
Octal 270 172 161 0 42 47 34 10 41 72
Binary 10111000 1111010 1110001 0 100010 100111 11100 1000 100001 111010

Color Harmonies of #B87A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87A71

Black with #B87A71

Text Example


Text Example

White with #B87A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87A71; }

 p { color: rgb(184,122,113); }

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

background-color css

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

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

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

border-color css

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

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

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