Html Css Color HEX #BD847C Brandy Rose

📋 copy color: '#BD847C'

red 189 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #BD847C

Tints of Brandy Rose #BD847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 42.47%
G = 29.66%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD847C (or 0xBD847C) is known color: Brandy Rose. HEX triplet: BD, 84 and 7C. RGB value is (189,132,124). Sum of RGB (Red+Green+Blue) = 189+132+124=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD847C is #427B83. Grayscale: #949494. Windows color (decimal): -4356996 or 8160445. OLE color: 8160445.

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

Color convert

RGB 189 132 124 -
CMYK 0 0.30 0.34 0.26
HSL 7.38º 0.33% 0.61% -
HSV(B) 7.38º 0.34% 0.74% -
XYZ 32.88 28.78 22.89 -
YUV 148.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 189 132 124 0 0.30 0.34 0.26 7.38 0.33 0.61
Hex BD 84 7C 0 1E 22 1A 7 21 3D
Octal 275 204 174 0 36 42 32 7 41 75
Binary 10111101 10000100 1111100 0 11110 100010 11010 111 100001 111101

Color Harmonies of #BD847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD847C

Black with #BD847C

Text Example


Text Example

White with #BD847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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