Html Css Color HEX #BD846F Brandy Rose

📋 copy color: '#BD846F'

red 189 ◦ green 132 ◦ blue 111

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

Shades of Brandy Rose #BD846F

Tints of Brandy Rose #BD846F

RGB

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

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

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

R = 43.75%
G = 30.56%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD846F (or 0xBD846F) is known color: Brandy Rose. HEX triplet: BD, 84 and 6F. RGB value is (189,132,111). Sum of RGB (Red+Green+Blue) = 189+132+111=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD846F is #427B90. Grayscale: #929292. Windows color (decimal): -4357009 or 7308477. OLE color: 7308477.

HSL color Cylindrical-coordinate representation of color #BD846F: hue angle of 16.15º 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 #BD846F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 111 -
CMYK 0 0.30 0.41 0.26
HSL 16.15º 0.37% 0.59% -
HSV(B) 16.15º 0.41% 0.74% -
XYZ 32.11 28.47 18.84 -
YUV 146.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 189 132 111 0 0.30 0.41 0.26 16.15 0.37 0.59
Hex BD 84 6F 0 1E 29 1A 10 25 3B
Octal 275 204 157 0 36 51 32 20 45 73
Binary 10111101 10000100 1101111 0 11110 101001 11010 10000 100101 111011

Color Harmonies of #BD846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD846F

Black with #BD846F

Text Example


Text Example

White with #BD846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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