Html Css Color HEX #B87C6B Brandy Rose

📋 copy color: '#B87C6B'

red 184 ◦ green 124 ◦ blue 107

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

Shades of Brandy Rose #B87C6B

Tints of Brandy Rose #B87C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 44.34%
G = 29.88%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B87C6B (or 0xB87C6B) is known color: Brandy Rose. HEX triplet: B8, 7C and 6B. RGB value is (184,124,107). Sum of RGB (Red+Green+Blue) = 184+124+107=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C6B is #478394. Grayscale: #8C8C8C. Windows color (decimal): -4686741 or 7044280. OLE color: 7044280.

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

Color convert

RGB 184 124 107 -
CMYK 0 0.33 0.42 0.28
HSL 13.25º 0.35% 0.57% -
HSV(B) 13.25º 0.42% 0.72% -
XYZ 29.63 25.67 17.3 -
YUV 140 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 184 124 107 0 0.33 0.42 0.28 13.25 0.35 0.57
Hex B8 7C 6B 0 21 2A 1C D 23 39
Octal 270 174 153 0 41 52 34 15 43 71
Binary 10111000 1111100 1101011 0 100001 101010 11100 1101 100011 111001

Color Harmonies of #B87C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C6B

Black with #B87C6B

Text Example


Text Example

White with #B87C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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