Html Css Color HEX #B6867C Brandy Rose

📋 copy color: '#B6867C'

red 182 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #B6867C

Tints of Brandy Rose #B6867C

RGB

 RED value IS 182 (71.48% from 255) = 41.36%

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

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

R = 41.36%
G = 30.45%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6867C (or 0xB6867C) is known color: Brandy Rose. HEX triplet: B6, 86 and 7C. RGB value is (182,134,124). Sum of RGB (Red+Green+Blue) = 182+134+124=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6867C is #497983. Grayscale: #939393. Windows color (decimal): -4815236 or 8160950. OLE color: 8160950.

HSL color Cylindrical-coordinate representation of color #B6867C: hue angle of 10.34º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6867C is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 124 -
CMYK 0 0.26 0.32 0.29
HSL 10.34º 0.28% 0.6% -
HSV(B) 10.34º 0.32% 0.71% -
XYZ 31.45 28.45 22.9 -
YUV 147.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 182 134 124 0 0.26 0.32 0.29 10.34 0.28 0.6
Hex B6 86 7C 0 1A 20 1D A 1C 3C
Octal 266 206 174 0 32 40 35 12 34 74
Binary 10110110 10000110 1111100 0 11010 100000 11101 1010 11100 111100

Color Harmonies of #B6867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6867C

Black with #B6867C

Text Example


Text Example

White with #B6867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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