Html Css Color HEX #B9847A Brandy Rose

📋 copy color: '#B9847A'

red 185 ◦ green 132 ◦ blue 122

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

Shades of Brandy Rose #B9847A

Tints of Brandy Rose #B9847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 42.14%
G = 30.07%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9847A (or 0xB9847A) is known color: Brandy Rose. HEX triplet: B9, 84 and 7A. RGB value is (185,132,122). Sum of RGB (Red+Green+Blue) = 185+132+122=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9847A is #467B85. Grayscale: #929292. Windows color (decimal): -4619142 or 8029369. OLE color: 8029369.

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

Color convert

RGB 185 132 122 -
CMYK 0 0.29 0.34 0.27
HSL 9.52º 0.31% 0.6% -
HSV(B) 9.52º 0.34% 0.73% -
XYZ 31.77 28.22 22.19 -
YUV 146.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 185 132 122 0 0.29 0.34 0.27 9.52 0.31 0.6
Hex B9 84 7A 0 1D 22 1B A 1F 3C
Octal 271 204 172 0 35 42 33 12 37 74
Binary 10111001 10000100 1111010 0 11101 100010 11011 1010 11111 111100

Color Harmonies of #B9847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9847A

Black with #B9847A

Text Example


Text Example

White with #B9847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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