Html Css Color HEX #BD897F Brandy Rose

📋 copy color: '#BD897F'

red 189 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #BD897F

Tints of Brandy Rose #BD897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.04%

R = 41.72%
G = 30.24%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD897F (or 0xBD897F) is known color: Brandy Rose. HEX triplet: BD, 89 and 7F. RGB value is (189,137,127). Sum of RGB (Red+Green+Blue) = 189+137+127=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD897F is #427680. Grayscale: #979797. Windows color (decimal): -4355713 or 8358333. OLE color: 8358333.

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

Color convert

RGB 189 137 127 -
CMYK 0 0.28 0.33 0.26
HSL 9.68º 0.32% 0.62% -
HSV(B) 9.68º 0.33% 0.74% -
XYZ 33.76 30.24 24.14 -
YUV 151.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 189 137 127 0 0.28 0.33 0.26 9.68 0.32 0.62
Hex BD 89 7F 0 1C 21 1A A 20 3E
Octal 275 211 177 0 34 41 32 12 40 76
Binary 10111101 10001001 1111111 0 11100 100001 11010 1010 100000 111110

Color Harmonies of #BD897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD897F

Black with #BD897F

Text Example


Text Example

White with #BD897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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