Html Css Color HEX #BD897C Brandy Rose

📋 copy color: '#BD897C'

red 189 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #BD897C

Tints of Brandy Rose #BD897C

RGB

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

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

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

R = 42%
G = 30.44%
B = 27.56%

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

#BD897C (or 0xBD897C) is known color: Brandy Rose. HEX triplet: BD, 89 and 7C. RGB value is (189,137,124). Sum of RGB (Red+Green+Blue) = 189+137+124=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD897C is #427683. Grayscale: #979797. Windows color (decimal): -4355716 or 8161725. OLE color: 8161725.

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

Color convert

RGB 189 137 124 -
CMYK 0 0.28 0.34 0.26
HSL 12º 0.33% 0.61% -
HSV(B) 12º 0.34% 0.74% -
XYZ 33.57 30.17 23.12 -
YUV 151.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 189 137 124 0 0.28 0.34 0.26 12 0.33 0.61
Hex BD 89 7C 0 1C 22 1A C 21 3D
Octal 275 211 174 0 34 42 32 14 41 75
Binary 10111101 10001001 1111100 0 11100 100010 11010 1100 100001 111101

Color Harmonies of #BD897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD897C

Black with #BD897C

Text Example


Text Example

White with #BD897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD897C; }

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

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

background-color css

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

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

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

border-color css

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

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

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