Html Css Color HEX #B8867C Brandy Rose

📋 copy color: '#B8867C'

red 184 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #B8867C

Tints of Brandy Rose #B8867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 41.63%
G = 30.32%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8867C (or 0xB8867C) is known color: Brandy Rose. HEX triplet: B8, 86 and 7C. RGB value is (184,134,124). Sum of RGB (Red+Green+Blue) = 184+134+124=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8867C is #477983. Grayscale: #939393. Windows color (decimal): -4684164 or 8160952. OLE color: 8160952.

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

Color convert

RGB 184 134 124 -
CMYK 0 0.27 0.33 0.28
HSL 10º 0.3% 0.6% -
HSV(B) 10º 0.33% 0.72% -
XYZ 31.93 28.7 22.92 -
YUV 147.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 184 134 124 0 0.27 0.33 0.28 10 0.3 0.6
Hex B8 86 7C 0 1B 21 1C A 1E 3C
Octal 270 206 174 0 33 41 34 12 36 74
Binary 10111000 10000110 1111100 0 11011 100001 11100 1010 11110 111100

Color Harmonies of #B8867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8867C

Black with #B8867C

Text Example


Text Example

White with #B8867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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