Html Css Color HEX #BC827C Brandy Rose

📋 copy color: '#BC827C'

red 188 ◦ green 130 ◦ blue 124

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

Shades of Brandy Rose #BC827C

Tints of Brandy Rose #BC827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

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

R = 42.53%
G = 29.41%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC827C (or 0xBC827C) is known color: Brandy Rose. HEX triplet: BC, 82 and 7C. RGB value is (188,130,124). Sum of RGB (Red+Green+Blue) = 188+130+124=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827C is #437D83. Grayscale: #929292. Windows color (decimal): -4423044 or 8159932. OLE color: 8159932.

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

Color convert

RGB 188 130 124 -
CMYK 0 0.31 0.34 0.26
HSL 5.63º 0.32% 0.61% -
HSV(B) 5.63º 0.34% 0.74% -
XYZ 32.36 28.11 22.79 -
YUV 146.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 188 130 124 0 0.31 0.34 0.26 5.63 0.32 0.61
Hex BC 82 7C 0 1F 22 1A 6 20 3D
Octal 274 202 174 0 37 42 32 6 40 75
Binary 10111100 10000010 1111100 0 11111 100010 11010 110 100000 111101

Color Harmonies of #BC827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC827C

Black with #BC827C

Text Example


Text Example

White with #BC827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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