Html Css Color HEX #BC7979 Brandy Rose

📋 copy color: '#BC7979'

red 188 ◦ green 121 ◦ blue 121

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

Shades of Brandy Rose #BC7979

Tints of Brandy Rose #BC7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 43.72%
G = 28.14%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC7979 (or 0xBC7979) is known color: Brandy Rose. HEX triplet: BC, 79 and 79. RGB value is (188,121,121). Sum of RGB (Red+Green+Blue) = 188+121+121=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7979 is #438686. Grayscale: #8D8D8D. Windows color (decimal): -4425351 or 7961020. OLE color: 7961020.

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

Color convert

RGB 188 121 121 -
CMYK 0 0.36 0.36 0.26
HSL 0.33% 0.61% -
HSV(B) 0.36% 0.74% -
XYZ 31.03 25.75 21.42 -
YUV 141.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 188 121 121 0 0.36 0.36 0.26 0 0.33 0.61
Hex BC 79 79 0 24 24 1A 0 21 3D
Octal 274 171 171 0 44 44 32 0 41 75
Binary 10111100 1111001 1111001 0 100100 100100 11010 0 100001 111101

Color Harmonies of #BC7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7979

Black with #BC7979

Text Example


Text Example

White with #BC7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7979; }

 p { color: rgb(188,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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