Html Css Color HEX #BC8179 Brandy Rose

📋 copy color: '#BC8179'

red 188 ◦ green 129 ◦ blue 121

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

Shades of Brandy Rose #BC8179

Tints of Brandy Rose #BC8179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 42.92%
G = 29.45%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC8179 (or 0xBC8179) is known color: Brandy Rose. HEX triplet: BC, 81 and 79. RGB value is (188,129,121). Sum of RGB (Red+Green+Blue) = 188+129+121=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8179 is #437E86. Grayscale: #919191. Windows color (decimal): -4423303 or 7963068. OLE color: 7963068.

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

Color convert

RGB 188 129 121 -
CMYK 0 0.31 0.36 0.26
HSL 7.16º 0.33% 0.61% -
HSV(B) 7.16º 0.36% 0.74% -
XYZ 32.04 27.77 21.76 -
YUV 145.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 188 129 121 0 0.31 0.36 0.26 7.16 0.33 0.61
Hex BC 81 79 0 1F 24 1A 7 21 3D
Octal 274 201 171 0 37 44 32 7 41 75
Binary 10111100 10000001 1111001 0 11111 100100 11010 111 100001 111101

Color Harmonies of #BC8179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8179

Black with #BC8179

Text Example


Text Example

White with #BC8179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8179; }

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

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

background-color css

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

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

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

border-color css

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

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

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