Html Css Color HEX #BD877C Brandy Rose

📋 copy color: '#BD877C'

red 189 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #BD877C

Tints of Brandy Rose #BD877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.13%

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

R = 42.19%
G = 30.13%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD877C (or 0xBD877C) is known color: Brandy Rose. HEX triplet: BD, 87 and 7C. RGB value is (189,135,124). Sum of RGB (Red+Green+Blue) = 189+135+124=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877C is #427883. Grayscale: #959595. Windows color (decimal): -4356228 or 8161213. OLE color: 8161213.

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

Color convert

RGB 189 135 124 -
CMYK 0 0.29 0.34 0.26
HSL 10.15º 0.33% 0.61% -
HSV(B) 10.15º 0.34% 0.74% -
XYZ 33.29 29.6 23.03 -
YUV 149.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 189 135 124 0 0.29 0.34 0.26 10.15 0.33 0.61
Hex BD 87 7C 0 1D 22 1A A 21 3D
Octal 275 207 174 0 35 42 32 12 41 75
Binary 10111101 10000111 1111100 0 11101 100010 11010 1010 100001 111101

Color Harmonies of #BD877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD877C

Black with #BD877C

Text Example


Text Example

White with #BD877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD877C; }

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

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

background-color css

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

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

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

border-color css

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

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

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