#BD836F

Color #BD836F Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BD836F

Tints of Brandy Rose #BD836F

Color information

#BD836F (or 0xBD836F) is unknown color: approx Brandy Rose. HEX triplet: BD, 83 and 6F. RGB value is (189,131,111). Sum of RGB (Red+Green+Blue) = 189+131+111=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD836F is #427C90. Grayscale: #929292. Windows color (decimal): -4357265 or 7308221. OLE color: 7308221.

HSL color Cylindrical-coordinate representation of color #BD836F: hue angle of 15.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD836F is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189131111-
CMYK00.310.410.26
HSL15.38º37.14%58.82%-
HSV(B)15.38º41.27%74.12%-
XYZ31.9728.218.8-
YUV146.06108.22158.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=43.85%
G=30.39%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913111100.310.410.2615.3837.1458.82
HexBD836F01F291Af253b
Octal2752031570375132174573
Binary10111101100000111101111011111101001110101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD836F; }

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

 H1.HeaderClassName
 {
   color: #BD836F;
 }
 .AnyTagClassName
 {
   color: #BD836F;
 }
</style>
background-color css

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

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

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

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

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

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