Html Css Color HEX #BC7F74 Brandy Rose

📋 copy color: '#BC7F74'

red 188 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #BC7F74

Tints of Brandy Rose #BC7F74

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 43.62%
G = 29.47%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC7F74 (or 0xBC7F74) is known color: Brandy Rose. HEX triplet: BC, 7F and 74. RGB value is (188,127,116). Sum of RGB (Red+Green+Blue) = 188+127+116=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F74 is #43808B. Grayscale: #909090. Windows color (decimal): -4423820 or 7634876. OLE color: 7634876.

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

Color convert

RGB 188 127 116 -
CMYK 0 0.32 0.38 0.26
HSL 9.17º 0.35% 0.6% -
HSV(B) 9.17º 0.38% 0.74% -
XYZ 31.48 27.13 20.1 -
YUV 143.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 188 127 116 0 0.32 0.38 0.26 9.17 0.35 0.6
Hex BC 7F 74 0 20 26 1A 9 23 3C
Octal 274 177 164 0 40 46 32 11 43 74
Binary 10111100 1111111 1110100 0 100000 100110 11010 1001 100011 111100

Color Harmonies of #BC7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F74

Black with #BC7F74

Text Example


Text Example

White with #BC7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F74; }

 p { color: rgb(188,127,116); }

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

background-color css

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

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

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

border-color css

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

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

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