Html Css Color HEX #B87B71 Brandy Rose

📋 copy color: '#B87B71'

red 184 ◦ green 123 ◦ blue 113

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

Shades of Brandy Rose #B87B71

Tints of Brandy Rose #B87B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

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

R = 43.81%
G = 29.29%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B87B71 (or 0xB87B71) is known color: Brandy Rose. HEX triplet: B8, 7B and 71. RGB value is (184,123,113). Sum of RGB (Red+Green+Blue) = 184+123+113=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B71 is #47848E. Grayscale: #8C8C8C. Windows color (decimal): -4686991 or 7437240. OLE color: 7437240.

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

Color convert

RGB 184 123 113 -
CMYK 0 0.33 0.39 0.28
HSL 8.45º 0.33% 0.58% -
HSV(B) 8.45º 0.39% 0.72% -
XYZ 29.83 25.55 18.98 -
YUV 140.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 184 123 113 0 0.33 0.39 0.28 8.45 0.33 0.58
Hex B8 7B 71 0 21 27 1C 8 21 3A
Octal 270 173 161 0 41 47 34 10 41 72
Binary 10111000 1111011 1110001 0 100001 100111 11100 1000 100001 111010

Color Harmonies of #B87B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B71

Black with #B87B71

Text Example


Text Example

White with #B87B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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