Html Css Color HEX #BC7F70 Brandy Rose

📋 copy color: '#BC7F70'

red 188 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #BC7F70

Tints of Brandy Rose #BC7F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 44.03%
G = 29.74%
B = 26.23%

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

#BC7F70 (or 0xBC7F70) is known color: Brandy Rose. HEX triplet: BC, 7F and 70. RGB value is (188,127,112). Sum of RGB (Red+Green+Blue) = 188+127+112=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F70 is #43808F. Grayscale: #8F8F8F. Windows color (decimal): -4423824 or 7372732. OLE color: 7372732.

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

Color convert

RGB 188 127 112 -
CMYK 0 0.32 0.40 0.26
HSL 11.84º 0.36% 0.59% -
HSV(B) 11.84º 0.4% 0.74% -
XYZ 31.25 27.04 18.9 -
YUV 143.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 188 127 112 0 0.32 0.40 0.26 11.84 0.36 0.59
Hex BC 7F 70 0 20 28 1A C 24 3B
Octal 274 177 160 0 40 50 32 14 44 73
Binary 10111100 1111111 1110000 0 100000 101000 11010 1100 100100 111011

Color Harmonies of #BC7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F70

Black with #BC7F70

Text Example


Text Example

White with #BC7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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