Html Css Color HEX #B87B6B Brandy Rose

📋 copy color: '#B87B6B'

red 184 ◦ green 123 ◦ blue 107

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

Shades of Brandy Rose #B87B6B

Tints of Brandy Rose #B87B6B

RGB

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

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

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

R = 44.44%
G = 29.71%
B = 25.85%

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

#B87B6B (or 0xB87B6B) is known color: Brandy Rose. HEX triplet: B8, 7B and 6B. RGB value is (184,123,107). Sum of RGB (Red+Green+Blue) = 184+123+107=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B6B is #478494. Grayscale: #8B8B8B. Windows color (decimal): -4686997 or 7044024. OLE color: 7044024.

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

Color convert

RGB 184 123 107 -
CMYK 0 0.33 0.42 0.28
HSL 12.47º 0.35% 0.57% -
HSV(B) 12.47º 0.42% 0.72% -
XYZ 29.5 25.42 17.26 -
YUV 139.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 184 123 107 0 0.33 0.42 0.28 12.47 0.35 0.57
Hex B8 7B 6B 0 21 2A 1C C 23 39
Octal 270 173 153 0 41 52 34 14 43 71
Binary 10111000 1111011 1101011 0 100001 101010 11100 1100 100011 111001

Color Harmonies of #B87B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87B6B

Black with #B87B6B

Text Example


Text Example

White with #B87B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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