Html Css Color HEX #BC827F Brandy Rose

📋 copy color: '#BC827F'

red 188 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #BC827F

Tints of Brandy Rose #BC827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.54%

R = 42.25%
G = 29.21%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC827F (or 0xBC827F) is known color: Brandy Rose. HEX triplet: BC, 82 and 7F. RGB value is (188,130,127). Sum of RGB (Red+Green+Blue) = 188+130+127=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827F is #437D80. Grayscale: #939393. Windows color (decimal): -4423041 or 8356540. OLE color: 8356540.

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

Color convert

RGB 188 130 127 -
CMYK 0 0.31 0.32 0.26
HSL 2.95º 0.31% 0.62% -
HSV(B) 2.95º 0.32% 0.74% -
XYZ 32.55 28.19 23.8 -
YUV 147 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 188 130 127 0 0.31 0.32 0.26 2.95 0.31 0.62
Hex BC 82 7F 0 1F 20 1A 3 1F 3E
Octal 274 202 177 0 37 40 32 3 37 76
Binary 10111100 10000010 1111111 0 11111 100000 11010 11 11111 111110

Color Harmonies of #BC827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC827F

Black with #BC827F

Text Example


Text Example

White with #BC827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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