Html Css Color HEX #BC7D6E Brandy Rose

📋 copy color: '#BC7D6E'

red 188 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #BC7D6E

Tints of Brandy Rose #BC7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

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

R = 44.44%
G = 29.55%
B = 26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC7D6E (or 0xBC7D6E) is known color: Brandy Rose. HEX triplet: BC, 7D and 6E. RGB value is (188,125,110). Sum of RGB (Red+Green+Blue) = 188+125+110=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D6E is #438291. Grayscale: #8E8E8E. Windows color (decimal): -4424338 or 7241148. OLE color: 7241148.

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

Color convert

RGB 188 125 110 -
CMYK 0 0.34 0.41 0.26
HSL 11.54º 0.37% 0.58% -
HSV(B) 11.54º 0.41% 0.74% -
XYZ 30.89 26.48 18.24 -
YUV 142.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 188 125 110 0 0.34 0.41 0.26 11.54 0.37 0.58
Hex BC 7D 6E 0 22 29 1A C 25 3A
Octal 274 175 156 0 42 51 32 14 45 72
Binary 10111100 1111101 1101110 0 100010 101001 11010 1100 100101 111010

Color Harmonies of #BC7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D6E

Black with #BC7D6E

Text Example


Text Example

White with #BC7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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