Html Css Color HEX #B87D6D Brandy Rose

📋 copy color: '#B87D6D'

red 184 ◦ green 125 ◦ blue 109

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

Shades of Brandy Rose #B87D6D

Tints of Brandy Rose #B87D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 44.02%
G = 29.9%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B87D6D (or 0xB87D6D) is known color: Brandy Rose. HEX triplet: B8, 7D and 6D. RGB value is (184,125,109). Sum of RGB (Red+Green+Blue) = 184+125+109=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D6D is #478292. Grayscale: #8C8C8C. Windows color (decimal): -4686483 or 7175608. OLE color: 7175608.

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

Color convert

RGB 184 125 109 -
CMYK 0 0.32 0.41 0.28
HSL 12.8º 0.35% 0.57% -
HSV(B) 12.8º 0.41% 0.72% -
XYZ 29.86 25.96 17.91 -
YUV 140.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 184 125 109 0 0.32 0.41 0.28 12.8 0.35 0.57
Hex B8 7D 6D 0 20 29 1C D 23 39
Octal 270 175 155 0 40 51 34 15 43 71
Binary 10111000 1111101 1101101 0 100000 101001 11100 1101 100011 111001

Color Harmonies of #B87D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D6D

Black with #B87D6D

Text Example


Text Example

White with #B87D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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