Html Css Color HEX #BC7A78 Brandy Rose

📋 copy color: '#BC7A78'

red 188 ◦ green 122 ◦ blue 120

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

Shades of Brandy Rose #BC7A78

Tints of Brandy Rose #BC7A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 43.72%
G = 28.37%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC7A78 (or 0xBC7A78) is known color: Brandy Rose. HEX triplet: BC, 7A and 78. RGB value is (188,122,120). Sum of RGB (Red+Green+Blue) = 188+122+120=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A78 is #438587. Grayscale: #8D8D8D. Windows color (decimal): -4425096 or 7895740. OLE color: 7895740.

HSL color Cylindrical-coordinate representation of color #BC7A78: hue angle of 1.76º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7A78 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 122 120 -
CMYK 0 0.35 0.36 0.26
HSL 1.76º 0.34% 0.6% -
HSV(B) 1.76º 0.36% 0.74% -
XYZ 31.09 25.97 21.14 -
YUV 141.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 188 122 120 0 0.35 0.36 0.26 1.76 0.34 0.6
Hex BC 7A 78 0 23 24 1A 2 22 3C
Octal 274 172 170 0 43 44 32 2 42 74
Binary 10111100 1111010 1111000 0 100011 100100 11010 10 100010 111100

Color Harmonies of #BC7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A78

Black with #BC7A78

Text Example


Text Example

White with #BC7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A78; }

 p { color: rgb(188,122,120); }

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

background-color css

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

 a { background-color: rgb(188,122,120); }

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

border-color css

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

 span { border-color: rgb(188,122,120); }

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