Html Css Color HEX #B87C69 Brandy Rose

📋 copy color: '#B87C69'

red 184 ◦ green 124 ◦ blue 105

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

Shades of Brandy Rose #B87C69

Tints of Brandy Rose #B87C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 44.55%
G = 30.02%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B87C69 (or 0xB87C69) is known color: Brandy Rose. HEX triplet: B8, 7C and 69. RGB value is (184,124,105). Sum of RGB (Red+Green+Blue) = 184+124+105=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C69 is #478396. Grayscale: #8B8B8B. Windows color (decimal): -4686743 or 6913208. OLE color: 6913208.

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

Color convert

RGB 184 124 105 -
CMYK 0 0.33 0.43 0.28
HSL 14.43º 0.36% 0.57% -
HSV(B) 14.43º 0.43% 0.72% -
XYZ 29.52 25.63 16.75 -
YUV 139.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 184 124 105 0 0.33 0.43 0.28 14.43 0.36 0.57
Hex B8 7C 69 0 21 2B 1C E 24 39
Octal 270 174 151 0 41 53 34 16 44 71
Binary 10111000 1111100 1101001 0 100001 101011 11100 1110 100100 111001

Color Harmonies of #B87C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C69

Black with #B87C69

Text Example


Text Example

White with #B87C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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