Html Css Color HEX #B87F7E Brandy Rose

📋 copy color: '#B87F7E'

red 184 ◦ green 127 ◦ blue 126

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

Shades of Brandy Rose #B87F7E

Tints of Brandy Rose #B87F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 42.11%
G = 29.06%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B87F7E (or 0xB87F7E) is known color: Brandy Rose. HEX triplet: B8, 7F and 7E. RGB value is (184,127,126). Sum of RGB (Red+Green+Blue) = 184+127+126=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F7E is #478081. Grayscale: #8F8F8F. Windows color (decimal): -4685954 or 8290232. OLE color: 8290232.

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

Color convert

RGB 184 127 126 -
CMYK 0 0.31 0.32 0.28
HSL 1.03º 0.29% 0.61% -
HSV(B) 1.03º 0.32% 0.72% -
XYZ 31.12 26.88 23.29 -
YUV 143.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 184 127 126 0 0.31 0.32 0.28 1.03 0.29 0.61
Hex B8 7F 7E 0 1F 20 1C 1 1D 3D
Octal 270 177 176 0 37 40 34 1 35 75
Binary 10111000 1111111 1111110 0 11111 100000 11100 1 11101 111101

Color Harmonies of #B87F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F7E

Black with #B87F7E

Text Example


Text Example

White with #B87F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F7E; }

 p { color: rgb(184,127,126); }

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

background-color css

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

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

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

border-color css

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

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

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