Html Css Color HEX #B9857D Brandy Rose

📋 copy color: '#B9857D'

red 185 ◦ green 133 ◦ blue 125

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

Shades of Brandy Rose #B9857D

Tints of Brandy Rose #B9857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 41.76%
G = 30.02%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9857D (or 0xB9857D) is known color: Brandy Rose. HEX triplet: B9, 85 and 7D. RGB value is (185,133,125). Sum of RGB (Red+Green+Blue) = 185+133+125=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9857D is #467A82. Grayscale: #939393. Windows color (decimal): -4618883 or 8226233. OLE color: 8226233.

HSL color Cylindrical-coordinate representation of color #B9857D: hue angle of 8º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9857D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 125 -
CMYK 0 0.28 0.32 0.27
HSL 0.3% 0.61% -
HSV(B) 0.32% 0.73% -
XYZ 32.1 28.57 23.22 -
YUV 147.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 185 133 125 0 0.28 0.32 0.27 8 0.3 0.61
Hex B9 85 7D 0 1C 20 1B 8 1E 3D
Octal 271 205 175 0 34 40 33 10 36 75
Binary 10111001 10000101 1111101 0 11100 100000 11011 1000 11110 111101

Color Harmonies of #B9857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9857D

Black with #B9857D

Text Example


Text Example

White with #B9857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9857D; }

 p { color: rgb(185,133,125); }

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

background-color css

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

 a { background-color: rgb(185,133,125); }

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

border-color css

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

 span { border-color: rgb(185,133,125); }

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