Html Css Color HEX #BC7E6E Brandy Rose

📋 copy color: '#BC7E6E'

red 188 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #BC7E6E

Tints of Brandy Rose #BC7E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 44.34%
G = 29.72%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC7E6E (or 0xBC7E6E) is known color: Brandy Rose. HEX triplet: BC, 7E and 6E. RGB value is (188,126,110). Sum of RGB (Red+Green+Blue) = 188+126+110=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E6E is #438191. Grayscale: #8E8E8E. Windows color (decimal): -4424082 or 7241404. OLE color: 7241404.

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

Color convert

RGB 188 126 110 -
CMYK 0 0.33 0.41 0.26
HSL 12.31º 0.37% 0.58% -
HSV(B) 12.31º 0.41% 0.74% -
XYZ 31.01 26.74 18.28 -
YUV 142.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 188 126 110 0 0.33 0.41 0.26 12.31 0.37 0.58
Hex BC 7E 6E 0 21 29 1A C 25 3A
Octal 274 176 156 0 41 51 32 14 45 72
Binary 10111100 1111110 1101110 0 100001 101001 11010 1100 100101 111010

Color Harmonies of #BC7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E6E

Black with #BC7E6E

Text Example


Text Example

White with #BC7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E6E; }

 p { color: rgb(188,126,110); }

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

background-color css

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

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

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

border-color css

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

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

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