Html Css Color HEX #BC7B79 Brandy Rose

📋 copy color: '#BC7B79'

red 188 ◦ green 123 ◦ blue 121

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

Shades of Brandy Rose #BC7B79

Tints of Brandy Rose #BC7B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

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

R = 43.52%
G = 28.47%
B = 28.01%

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

#BC7B79 (or 0xBC7B79) is known color: Brandy Rose. HEX triplet: BC, 7B and 79. RGB value is (188,123,121). Sum of RGB (Red+Green+Blue) = 188+123+121=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B79 is #438486. Grayscale: #8E8E8E. Windows color (decimal): -4424839 or 7961532. OLE color: 7961532.

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

Color convert

RGB 188 123 121 -
CMYK 0 0.35 0.36 0.26
HSL 1.79º 0.33% 0.61% -
HSV(B) 1.79º 0.36% 0.74% -
XYZ 31.27 26.24 21.51 -
YUV 142.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 188 123 121 0 0.35 0.36 0.26 1.79 0.33 0.61
Hex BC 7B 79 0 23 24 1A 2 21 3D
Octal 274 173 171 0 43 44 32 2 41 75
Binary 10111100 1111011 1111001 0 100011 100100 11010 10 100001 111101

Color Harmonies of #BC7B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B79

Black with #BC7B79

Text Example


Text Example

White with #BC7B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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