Html Css Color HEX #BD846D Brandy Rose

📋 copy color: '#BD846D'

red 189 ◦ green 132 ◦ blue 109

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

Shades of Brandy Rose #BD846D

Tints of Brandy Rose #BD846D

RGB

 RED value IS 189 (74.22% from 255) = 43.95%

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 43.95%
G = 30.7%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD846D (or 0xBD846D) is known color: Brandy Rose. HEX triplet: BD, 84 and 6D. RGB value is (189,132,109). Sum of RGB (Red+Green+Blue) = 189+132+109=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD846D is #427B92. Grayscale: #929292. Windows color (decimal): -4357011 or 7177405. OLE color: 7177405.

HSL color Cylindrical-coordinate representation of color #BD846D: hue angle of 17.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD846D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 109 -
CMYK 0 0.30 0.42 0.26
HSL 17.25º 0.38% 0.58% -
HSV(B) 17.25º 0.42% 0.74% -
XYZ 32 28.43 18.27 -
YUV 146.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 189 132 109 0 0.30 0.42 0.26 17.25 0.38 0.58
Hex BD 84 6D 0 1E 2A 1A 11 26 3A
Octal 275 204 155 0 36 52 32 21 46 72
Binary 10111101 10000100 1101101 0 11110 101010 11010 10001 100110 111010

Color Harmonies of #BD846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD846D

Black with #BD846D

Text Example


Text Example

White with #BD846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD846D; }

 p { color: rgb(189,132,109); }

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

background-color css

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

 a { background-color: rgb(189,132,109); }

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

border-color css

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

 span { border-color: rgb(189,132,109); }

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