Html Css Color HEX #BD897D Brandy Rose

📋 copy color: '#BD897D'

red 189 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #BD897D

Tints of Brandy Rose #BD897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 41.91%
G = 30.38%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD897D (or 0xBD897D) is known color: Brandy Rose. HEX triplet: BD, 89 and 7D. RGB value is (189,137,125). Sum of RGB (Red+Green+Blue) = 189+137+125=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD897D is #427682. Grayscale: #979797. Windows color (decimal): -4355715 or 8227261. OLE color: 8227261.

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

Color convert

RGB 189 137 125 -
CMYK 0 0.28 0.34 0.26
HSL 11.25º 0.33% 0.62% -
HSV(B) 11.25º 0.34% 0.74% -
XYZ 33.63 30.19 23.46 -
YUV 151.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 189 137 125 0 0.28 0.34 0.26 11.25 0.33 0.62
Hex BD 89 7D 0 1C 22 1A B 21 3E
Octal 275 211 175 0 34 42 32 13 41 76
Binary 10111101 10001001 1111101 0 11100 100010 11010 1011 100001 111110

Color Harmonies of #BD897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD897D

Black with #BD897D

Text Example


Text Example

White with #BD897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD897D; }

 p { color: rgb(189,137,125); }

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

background-color css

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

 a { background-color: rgb(189,137,125); }

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

border-color css

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

 span { border-color: rgb(189,137,125); }

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