Html Css Color HEX #B9846C Brandy Rose

📋 copy color: '#B9846C'

red 185 ◦ green 132 ◦ blue 108

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

Shades of Brandy Rose #B9846C

Tints of Brandy Rose #B9846C

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 43.53%
G = 31.06%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9846C (or 0xB9846C) is known color: Brandy Rose. HEX triplet: B9, 84 and 6C. RGB value is (185,132,108). Sum of RGB (Red+Green+Blue) = 185+132+108=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9846C is #467B93. Grayscale: #919191. Windows color (decimal): -4619156 or 7111865. OLE color: 7111865.

HSL color Cylindrical-coordinate representation of color #B9846C: hue angle of 18.7º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9846C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 108 -
CMYK 0 0.29 0.42 0.27
HSL 18.7º 0.35% 0.57% -
HSV(B) 18.7º 0.42% 0.73% -
XYZ 30.97 27.9 17.94 -
YUV 145.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 185 132 108 0 0.29 0.42 0.27 18.7 0.35 0.57
Hex B9 84 6C 0 1D 2A 1B 13 23 39
Octal 271 204 154 0 35 52 33 23 43 71
Binary 10111001 10000100 1101100 0 11101 101010 11011 10011 100011 111001

Color Harmonies of #B9846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9846C

Black with #B9846C

Text Example


Text Example

White with #B9846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9846C; }

 p { color: rgb(185,132,108); }

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

background-color css

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

 a { background-color: rgb(185,132,108); }

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

border-color css

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

 span { border-color: rgb(185,132,108); }

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