Html Css Color HEX #BC8E7C Brandy Rose

📋 copy color: '#BC8E7C'

red 188 ◦ green 142 ◦ blue 124

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

Shades of Brandy Rose #BC8E7C

Tints of Brandy Rose #BC8E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 41.41%
G = 31.28%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC8E7C (or 0xBC8E7C) is known color: Brandy Rose. HEX triplet: BC, 8E and 7C. RGB value is (188,142,124). Sum of RGB (Red+Green+Blue) = 188+142+124=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E7C is #437183. Grayscale: #999999. Windows color (decimal): -4419972 or 8163004. OLE color: 8163004.

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

Color convert

RGB 188 142 124 -
CMYK 0 0.24 0.34 0.26
HSL 16.88º 0.32% 0.61% -
HSV(B) 16.88º 0.34% 0.74% -
XYZ 34.05 31.49 23.35 -
YUV 153.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 188 142 124 0 0.24 0.34 0.26 16.88 0.32 0.61
Hex BC 8E 7C 0 18 22 1A 11 20 3D
Octal 274 216 174 0 30 42 32 21 40 75
Binary 10111100 10001110 1111100 0 11000 100010 11010 10001 100000 111101

Color Harmonies of #BC8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E7C

Black with #BC8E7C

Text Example


Text Example

White with #BC8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E7C; }

 p { color: rgb(188,142,124); }

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

background-color css

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

 a { background-color: rgb(188,142,124); }

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

border-color css

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

 span { border-color: rgb(188,142,124); }

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