Html Css Color HEX #B87D6B Brandy Rose

📋 copy color: '#B87D6B'

red 184 ◦ green 125 ◦ blue 107

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

Shades of Brandy Rose #B87D6B

Tints of Brandy Rose #B87D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 44.23%
G = 30.05%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B87D6B (or 0xB87D6B) is known color: Brandy Rose. HEX triplet: B8, 7D and 6B. RGB value is (184,125,107). Sum of RGB (Red+Green+Blue) = 184+125+107=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D6B is #478294. Grayscale: #8C8C8C. Windows color (decimal): -4686485 or 7044536. OLE color: 7044536.

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

Color convert

RGB 184 125 107 -
CMYK 0 0.32 0.42 0.28
HSL 14.03º 0.35% 0.57% -
HSV(B) 14.03º 0.42% 0.72% -
XYZ 29.75 25.92 17.34 -
YUV 140.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 184 125 107 0 0.32 0.42 0.28 14.03 0.35 0.57
Hex B8 7D 6B 0 20 2A 1C E 23 39
Octal 270 175 153 0 40 52 34 16 43 71
Binary 10111000 1111101 1101011 0 100000 101010 11100 1110 100011 111001

Color Harmonies of #B87D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D6B

Black with #B87D6B

Text Example


Text Example

White with #B87D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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