Html Css Color HEX #BC7E6D Brandy Rose

📋 copy color: '#BC7E6D'

red 188 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #BC7E6D

Tints of Brandy Rose #BC7E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 44.44%
G = 29.79%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC7E6D (or 0xBC7E6D) is known color: Brandy Rose. HEX triplet: BC, 7E and 6D. RGB value is (188,126,109). Sum of RGB (Red+Green+Blue) = 188+126+109=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E6D is #438192. Grayscale: #8E8E8E. Windows color (decimal): -4424083 or 7175868. OLE color: 7175868.

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

Color convert

RGB 188 126 109 -
CMYK 0 0.33 0.42 0.26
HSL 12.91º 0.37% 0.58% -
HSV(B) 12.91º 0.42% 0.74% -
XYZ 30.96 26.72 17.99 -
YUV 142.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 188 126 109 0 0.33 0.42 0.26 12.91 0.37 0.58
Hex BC 7E 6D 0 21 2A 1A D 25 3A
Octal 274 176 155 0 41 52 32 15 45 72
Binary 10111100 1111110 1101101 0 100001 101010 11010 1101 100101 111010

Color Harmonies of #BC7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E6D

Black with #BC7E6D

Text Example


Text Example

White with #BC7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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