Html Css Color HEX #B6887C Brandy Rose

📋 copy color: '#B6887C'

red 182 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #B6887C

Tints of Brandy Rose #B6887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 41.18%
G = 30.77%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6887C (or 0xB6887C) is known color: Brandy Rose. HEX triplet: B6, 88 and 7C. RGB value is (182,136,124). Sum of RGB (Red+Green+Blue) = 182+136+124=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6887C is #497783. Grayscale: #949494. Windows color (decimal): -4814724 or 8161462. OLE color: 8161462.

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

Color convert

RGB 182 136 124 -
CMYK 0 0.25 0.32 0.29
HSL 12.41º 0.28% 0.6% -
HSV(B) 12.41º 0.32% 0.71% -
XYZ 31.73 29.01 23 -
YUV 148.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 182 136 124 0 0.25 0.32 0.29 12.41 0.28 0.6
Hex B6 88 7C 0 19 20 1D C 1C 3C
Octal 266 210 174 0 31 40 35 14 34 74
Binary 10110110 10001000 1111100 0 11001 100000 11101 1100 11100 111100

Color Harmonies of #B6887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6887C

Black with #B6887C

Text Example


Text Example

White with #B6887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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