Html Css Color HEX #B6866D Brandy Rose

📋 copy color: '#B6866D'

red 182 ◦ green 134 ◦ blue 109

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

Shades of Brandy Rose #B6866D

Tints of Brandy Rose #B6866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 42.82%
G = 31.53%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6866D (or 0xB6866D) is known color: Brandy Rose. HEX triplet: B6, 86 and 6D. RGB value is (182,134,109). Sum of RGB (Red+Green+Blue) = 182+134+109=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6866D is #497992. Grayscale: #919191. Windows color (decimal): -4815251 or 7177910. OLE color: 7177910.

HSL color Cylindrical-coordinate representation of color #B6866D: hue angle of 20.55º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6866D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 109 -
CMYK 0 0.26 0.40 0.29
HSL 20.55º 0.33% 0.57% -
HSV(B) 20.55º 0.4% 0.71% -
XYZ 30.58 28.1 18.28 -
YUV 145.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 182 134 109 0 0.26 0.40 0.29 20.55 0.33 0.57
Hex B6 86 6D 0 1A 28 1D 15 21 39
Octal 266 206 155 0 32 50 35 25 41 71
Binary 10110110 10000110 1101101 0 11010 101000 11101 10101 100001 111001

Color Harmonies of #B6866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6866D

Black with #B6866D

Text Example


Text Example

White with #B6866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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