Html Css Color HEX #BC847D Brandy Rose

📋 copy color: '#BC847D'

red 188 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #BC847D

Tints of Brandy Rose #BC847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 42.25%
G = 29.66%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC847D (or 0xBC847D) is known color: Brandy Rose. HEX triplet: BC, 84 and 7D. RGB value is (188,132,125). Sum of RGB (Red+Green+Blue) = 188+132+125=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC847D is #437B82. Grayscale: #949494. Windows color (decimal): -4422531 or 8225980. OLE color: 8225980.

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

Color convert

RGB 188 132 125 -
CMYK 0 0.30 0.34 0.26
HSL 6.67º 0.32% 0.61% -
HSV(B) 6.67º 0.34% 0.74% -
XYZ 32.69 28.67 23.21 -
YUV 147.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 188 132 125 0 0.30 0.34 0.26 6.67 0.32 0.61
Hex BC 84 7D 0 1E 22 1A 7 20 3D
Octal 274 204 175 0 36 42 32 7 40 75
Binary 10111100 10000100 1111101 0 11110 100010 11010 111 100000 111101

Color Harmonies of #BC847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC847D

Black with #BC847D

Text Example


Text Example

White with #BC847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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