Html Css Color HEX #BC7E70 Brandy Rose

📋 copy color: '#BC7E70'

red 188 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #BC7E70

Tints of Brandy Rose #BC7E70

RGB

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

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

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

R = 44.13%
G = 29.58%
B = 26.29%

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

#BC7E70 (or 0xBC7E70) is known color: Brandy Rose. HEX triplet: BC, 7E and 70. RGB value is (188,126,112). Sum of RGB (Red+Green+Blue) = 188+126+112=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E70 is #43818F. Grayscale: #8F8F8F. Windows color (decimal): -4424080 or 7372476. OLE color: 7372476.

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

Color convert

RGB 188 126 112 -
CMYK 0 0.33 0.40 0.26
HSL 11.05º 0.36% 0.59% -
HSV(B) 11.05º 0.4% 0.74% -
XYZ 31.12 26.78 18.86 -
YUV 142.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 188 126 112 0 0.33 0.40 0.26 11.05 0.36 0.59
Hex BC 7E 70 0 21 28 1A B 24 3B
Octal 274 176 160 0 41 50 32 13 44 73
Binary 10111100 1111110 1110000 0 100001 101000 11010 1011 100100 111011

Color Harmonies of #BC7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E70

Black with #BC7E70

Text Example


Text Example

White with #BC7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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