Html Css Color HEX #B6807C Brandy Rose

📋 copy color: '#B6807C'

red 182 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #B6807C

Tints of Brandy Rose #B6807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 41.94%
G = 29.49%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6807C (or 0xB6807C) is known color: Brandy Rose. HEX triplet: B6, 80 and 7C. RGB value is (182,128,124). Sum of RGB (Red+Green+Blue) = 182+128+124=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6807C is #497F83. Grayscale: #8F8F8F. Windows color (decimal): -4816772 or 8159414. OLE color: 8159414.

HSL color Cylindrical-coordinate representation of color #B6807C: hue angle of 4.14º 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 #B6807C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 124 -
CMYK 0 0.30 0.32 0.29
HSL 4.14º 0.28% 0.6% -
HSV(B) 4.14º 0.32% 0.71% -
XYZ 30.65 26.84 22.63 -
YUV 143.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 182 128 124 0 0.30 0.32 0.29 4.14 0.28 0.6
Hex B6 80 7C 0 1E 20 1D 4 1C 3C
Octal 266 200 174 0 36 40 35 4 34 74
Binary 10110110 10000000 1111100 0 11110 100000 11101 100 11100 111100

Color Harmonies of #B6807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6807C

Black with #B6807C

Text Example


Text Example

White with #B6807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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