Html Css Color HEX #BD7C71 Brandy Rose

📋 copy color: '#BD7C71'

red 189 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #BD7C71

Tints of Brandy Rose #BD7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 44.37%
G = 29.11%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD7C71 (or 0xBD7C71) is known color: Brandy Rose. HEX triplet: BD, 7C and 71. RGB value is (189,124,113). Sum of RGB (Red+Green+Blue) = 189+124+113=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C71 is #42838E. Grayscale: #8E8E8E. Windows color (decimal): -4359055 or 7437501. OLE color: 7437501.

HSL color Cylindrical-coordinate representation of color #BD7C71: hue angle of 8.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7C71 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 124 113 -
CMYK 0 0.34 0.40 0.26
HSL 8.68º 0.37% 0.59% -
HSV(B) 8.68º 0.4% 0.74% -
XYZ 31.17 26.43 19.08 -
YUV 142.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 189 124 113 0 0.34 0.40 0.26 8.68 0.37 0.59
Hex BD 7C 71 0 22 28 1A 9 25 3B
Octal 275 174 161 0 42 50 32 11 45 73
Binary 10111101 1111100 1110001 0 100010 101000 11010 1001 100101 111011

Color Harmonies of #BD7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C71

Black with #BD7C71

Text Example


Text Example

White with #BD7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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