Html Css Color HEX #BD897B Brandy Rose

📋 copy color: '#BD897B'

red 189 ◦ green 137 ◦ blue 123

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

Shades of Brandy Rose #BD897B

Tints of Brandy Rose #BD897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 42.09%
G = 30.51%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD897B (or 0xBD897B) is known color: Brandy Rose. HEX triplet: BD, 89 and 7B. RGB value is (189,137,123). Sum of RGB (Red+Green+Blue) = 189+137+123=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD897B is #427684. Grayscale: #979797. Windows color (decimal): -4355717 or 8096189. OLE color: 8096189.

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

Color convert

RGB 189 137 123 -
CMYK 0 0.28 0.35 0.26
HSL 12.73º 0.33% 0.61% -
HSV(B) 12.73º 0.35% 0.74% -
XYZ 33.51 30.14 22.79 -
YUV 150.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 189 137 123 0 0.28 0.35 0.26 12.73 0.33 0.61
Hex BD 89 7B 0 1C 23 1A D 21 3D
Octal 275 211 173 0 34 43 32 15 41 75
Binary 10111101 10001001 1111011 0 11100 100011 11010 1101 100001 111101

Color Harmonies of #BD897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD897B

Black with #BD897B

Text Example


Text Example

White with #BD897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD897B; }

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

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

background-color css

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

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

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

border-color css

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

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

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