Html Css Color HEX #BD846C Brandy Rose

📋 copy color: '#BD846C'

red 189 ◦ green 132 ◦ blue 108

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

Shades of Brandy Rose #BD846C

Tints of Brandy Rose #BD846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 44.06%
G = 30.77%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD846C (or 0xBD846C) is known color: Brandy Rose. HEX triplet: BD, 84 and 6C. RGB value is (189,132,108). Sum of RGB (Red+Green+Blue) = 189+132+108=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD846C is #427B93. Grayscale: #929292. Windows color (decimal): -4357012 or 7111869. OLE color: 7111869.

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

Color convert

RGB 189 132 108 -
CMYK 0 0.30 0.43 0.26
HSL 17.78º 0.38% 0.58% -
HSV(B) 17.78º 0.43% 0.74% -
XYZ 31.94 28.4 17.99 -
YUV 146.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 189 132 108 0 0.30 0.43 0.26 17.78 0.38 0.58
Hex BD 84 6C 0 1E 2B 1A 12 26 3A
Octal 275 204 154 0 36 53 32 22 46 72
Binary 10111101 10000100 1101100 0 11110 101011 11010 10010 100110 111010

Color Harmonies of #BD846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD846C

Black with #BD846C

Text Example


Text Example

White with #BD846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD846C; }

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

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

background-color css

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

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

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

border-color css

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

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

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