Html Css Color HEX #BD7D7C Brandy Rose

📋 copy color: '#BD7D7C'

red 189 ◦ green 125 ◦ blue 124

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

Shades of Brandy Rose #BD7D7C

Tints of Brandy Rose #BD7D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

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

R = 43.15%
G = 28.54%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD7D7C (or 0xBD7D7C) is known color: Brandy Rose. HEX triplet: BD, 7D and 7C. RGB value is (189,125,124). Sum of RGB (Red+Green+Blue) = 189+125+124=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D7C is #428283. Grayscale: #909090. Windows color (decimal): -4358788 or 8158653. OLE color: 8158653.

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

Color convert

RGB 189 125 124 -
CMYK 0 0.34 0.34 0.26
HSL 0.92º 0.33% 0.61% -
HSV(B) 0.92º 0.34% 0.74% -
XYZ 31.96 26.94 22.58 -
YUV 144.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 189 125 124 0 0.34 0.34 0.26 0.92 0.33 0.61
Hex BD 7D 7C 0 22 22 1A 1 21 3D
Octal 275 175 174 0 42 42 32 1 41 75
Binary 10111101 1111101 1111100 0 100010 100010 11010 1 100001 111101

Color Harmonies of #BD7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D7C

Black with #BD7D7C

Text Example


Text Example

White with #BD7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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