Html Css Color HEX #B9837D Brandy Rose

📋 copy color: '#B9837D'

red 185 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #B9837D

Tints of Brandy Rose #B9837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 41.95%
G = 29.71%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9837D (or 0xB9837D) is known color: Brandy Rose. HEX triplet: B9, 83 and 7D. RGB value is (185,131,125). Sum of RGB (Red+Green+Blue) = 185+131+125=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9837D is #467C82. Grayscale: #929292. Windows color (decimal): -4619395 or 8225721. OLE color: 8225721.

HSL color Cylindrical-coordinate representation of color #B9837D: hue angle of 6º 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 #B9837D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 125 -
CMYK 0 0.29 0.32 0.27
HSL 0.3% 0.61% -
HSV(B) 0.32% 0.73% -
XYZ 31.83 28.03 23.13 -
YUV 146.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 185 131 125 0 0.29 0.32 0.27 6 0.3 0.61
Hex B9 83 7D 0 1D 20 1B 6 1E 3D
Octal 271 203 175 0 35 40 33 6 36 75
Binary 10111001 10000011 1111101 0 11101 100000 11011 110 11110 111101

Color Harmonies of #B9837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9837D

Black with #B9837D

Text Example


Text Example

White with #B9837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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