Html Css Color HEX #BD847E Brandy Rose

📋 copy color: '#BD847E'

red 189 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #BD847E

Tints of Brandy Rose #BD847E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 42.28%
G = 29.53%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD847E (or 0xBD847E) is known color: Brandy Rose. HEX triplet: BD, 84 and 7E. RGB value is (189,132,126). Sum of RGB (Red+Green+Blue) = 189+132+126=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD847E is #427B81. Grayscale: #949494. Windows color (decimal): -4356994 or 8291517. OLE color: 8291517.

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

Color convert

RGB 189 132 126 -
CMYK 0 0.30 0.33 0.26
HSL 5.71º 0.32% 0.62% -
HSV(B) 5.71º 0.33% 0.74% -
XYZ 33 28.83 23.56 -
YUV 148.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 189 132 126 0 0.30 0.33 0.26 5.71 0.32 0.62
Hex BD 84 7E 0 1E 21 1A 6 20 3E
Octal 275 204 176 0 36 41 32 6 40 76
Binary 10111101 10000100 1111110 0 11110 100001 11010 110 100000 111110

Color Harmonies of #BD847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD847E

Black with #BD847E

Text Example


Text Example

White with #BD847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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