Html Css Color HEX #B6887E Brandy Rose

📋 copy color: '#B6887E'

red 182 ◦ green 136 ◦ blue 126

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

Shades of Brandy Rose #B6887E

Tints of Brandy Rose #B6887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.38%

R = 40.99%
G = 30.63%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6887E (or 0xB6887E) is known color: Brandy Rose. HEX triplet: B6, 88 and 7E. RGB value is (182,136,126). Sum of RGB (Red+Green+Blue) = 182+136+126=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6887E is #497781. Grayscale: #949494. Windows color (decimal): -4814722 or 8292534. OLE color: 8292534.

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

Color convert

RGB 182 136 126 -
CMYK 0 0.25 0.31 0.29
HSL 10.71º 0.28% 0.6% -
HSV(B) 10.71º 0.31% 0.71% -
XYZ 31.86 29.06 23.67 -
YUV 148.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 182 136 126 0 0.25 0.31 0.29 10.71 0.28 0.6
Hex B6 88 7E 0 19 1F 1D B 1C 3C
Octal 266 210 176 0 31 37 35 13 34 74
Binary 10110110 10001000 1111110 0 11001 11111 11101 1011 11100 111100

Color Harmonies of #B6887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6887E

Black with #B6887E

Text Example


Text Example

White with #B6887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6887E; }

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

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

background-color css

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

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

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

border-color css

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

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

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