Html Css Color HEX #BC847E Brandy Rose

📋 copy color: '#BC847E'

red 188 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #BC847E

Tints of Brandy Rose #BC847E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 42.15%
G = 29.6%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC847E (or 0xBC847E) is known color: Brandy Rose. HEX triplet: BC, 84 and 7E. RGB value is (188,132,126). Sum of RGB (Red+Green+Blue) = 188+132+126=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC847E is #437B81. Grayscale: #949494. Windows color (decimal): -4422530 or 8291516. OLE color: 8291516.

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

Color convert

RGB 188 132 126 -
CMYK 0 0.30 0.33 0.26
HSL 5.81º 0.32% 0.62% -
HSV(B) 5.81º 0.33% 0.74% -
XYZ 32.76 28.7 23.55 -
YUV 148.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 188 132 126 0 0.30 0.33 0.26 5.81 0.32 0.62
Hex BC 84 7E 0 1E 21 1A 6 20 3E
Octal 274 204 176 0 36 41 32 6 40 76
Binary 10111100 10000100 1111110 0 11110 100001 11010 110 100000 111110

Color Harmonies of #BC847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC847E

Black with #BC847E

Text Example


Text Example

White with #BC847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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