Html Css Color HEX #B9836F Brandy Rose

📋 copy color: '#B9836F'

red 185 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #B9836F

Tints of Brandy Rose #B9836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26%

R = 43.33%
G = 30.68%
B = 26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9836F (or 0xB9836F) is known color: Brandy Rose. HEX triplet: B9, 83 and 6F. RGB value is (185,131,111). Sum of RGB (Red+Green+Blue) = 185+131+111=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9836F is #467C90. Grayscale: #919191. Windows color (decimal): -4619409 or 7308217. OLE color: 7308217.

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

Color convert

RGB 185 131 111 -
CMYK 0 0.29 0.4 0.27
HSL 16.22º 0.35% 0.58% -
HSV(B) 16.22º 0.4% 0.73% -
XYZ 30.99 27.69 18.75 -
YUV 144.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 185 131 111 0 0.29 0.4 0.27 16.22 0.35 0.58
Hex B9 83 6F 0 1D 28 1B 10 23 3A
Octal 271 203 157 0 35 50 33 20 43 72
Binary 10111001 10000011 1101111 0 11101 101000 11011 10000 100011 111010

Color Harmonies of #B9836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9836F

Black with #B9836F

Text Example


Text Example

White with #B9836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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