Html Css Color HEX #BC7F71 Brandy Rose

📋 copy color: '#BC7F71'

red 188 ◦ green 127 ◦ blue 113

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

Shades of Brandy Rose #BC7F71

Tints of Brandy Rose #BC7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

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

R = 43.93%
G = 29.67%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7F71 (or 0xBC7F71) is known color: Brandy Rose. HEX triplet: BC, 7F and 71. RGB value is (188,127,113). Sum of RGB (Red+Green+Blue) = 188+127+113=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F71 is #43808E. Grayscale: #8F8F8F. Windows color (decimal): -4423823 or 7438268. OLE color: 7438268.

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

Color convert

RGB 188 127 113 -
CMYK 0 0.32 0.40 0.26
HSL 11.2º 0.36% 0.59% -
HSV(B) 11.2º 0.4% 0.74% -
XYZ 31.31 27.06 19.2 -
YUV 143.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 188 127 113 0 0.32 0.40 0.26 11.2 0.36 0.59
Hex BC 7F 71 0 20 28 1A B 24 3B
Octal 274 177 161 0 40 50 32 13 44 73
Binary 10111100 1111111 1110001 0 100000 101000 11010 1011 100100 111011

Color Harmonies of #BC7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F71

Black with #BC7F71

Text Example


Text Example

White with #BC7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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