Html Css Color HEX #BC7E71 Brandy Rose

📋 copy color: '#BC7E71'

red 188 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #BC7E71

Tints of Brandy Rose #BC7E71

RGB

 RED value IS 188 (73.83% from 255) = 44.03%

 GREEN value IS 126 (49.61% from 255) = 29.51%

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

R = 44.03%
G = 29.51%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7E71 (or 0xBC7E71) is known color: Brandy Rose. HEX triplet: BC, 7E and 71. RGB value is (188,126,113). Sum of RGB (Red+Green+Blue) = 188+126+113=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E71 is #43818E. Grayscale: #8F8F8F. Windows color (decimal): -4424079 or 7438012. OLE color: 7438012.

HSL color Cylindrical-coordinate representation of color #BC7E71: hue angle of 10.4º degrees, saturation: 0.36, 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 #BC7E71 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 113 -
CMYK 0 0.33 0.40 0.26
HSL 10.4º 0.36% 0.59% -
HSV(B) 10.4º 0.4% 0.74% -
XYZ 31.18 26.81 19.15 -
YUV 143.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 188 126 113 0 0.33 0.40 0.26 10.4 0.36 0.59
Hex BC 7E 71 0 21 28 1A A 24 3B
Octal 274 176 161 0 41 50 32 12 44 73
Binary 10111100 1111110 1110001 0 100001 101000 11010 1010 100100 111011

Color Harmonies of #BC7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E71

Black with #BC7E71

Text Example


Text Example

White with #BC7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E71; }

 p { color: rgb(188,126,113); }

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

background-color css

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

 a { background-color: rgb(188,126,113); }

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

border-color css

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

 span { border-color: rgb(188,126,113); }

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