Html Css Color HEX #B9836E Brandy Rose

📋 copy color: '#B9836E'

red 185 ◦ green 131 ◦ blue 110

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

Shades of Brandy Rose #B9836E

Tints of Brandy Rose #B9836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 43.43%
G = 30.75%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9836E (or 0xB9836E) is known color: Brandy Rose. HEX triplet: B9, 83 and 6E. RGB value is (185,131,110). Sum of RGB (Red+Green+Blue) = 185+131+110=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9836E is #467C91. Grayscale: #909090. Windows color (decimal): -4619410 or 7242681. OLE color: 7242681.

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

Color convert

RGB 185 131 110 -
CMYK 0 0.29 0.41 0.27
HSL 16.8º 0.35% 0.58% -
HSV(B) 16.8º 0.41% 0.73% -
XYZ 30.94 27.67 18.46 -
YUV 144.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 185 131 110 0 0.29 0.41 0.27 16.8 0.35 0.58
Hex B9 83 6E 0 1D 29 1B 11 23 3A
Octal 271 203 156 0 35 51 33 21 43 72
Binary 10111001 10000011 1101110 0 11101 101001 11011 10001 100011 111010

Color Harmonies of #B9836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9836E

Black with #B9836E

Text Example


Text Example

White with #B9836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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