Html Css Color HEX #BC827E Brandy Rose

📋 copy color: '#BC827E'

red 188 ◦ green 130 ◦ blue 126

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

Shades of Brandy Rose #BC827E

Tints of Brandy Rose #BC827E

RGB

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

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

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

R = 42.34%
G = 29.28%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC827E (or 0xBC827E) is known color: Brandy Rose. HEX triplet: BC, 82 and 7E. RGB value is (188,130,126). Sum of RGB (Red+Green+Blue) = 188+130+126=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC827E is #437D81. Grayscale: #929292. Windows color (decimal): -4423042 or 8291004. OLE color: 8291004.

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

Color convert

RGB 188 130 126 -
CMYK 0 0.31 0.33 0.26
HSL 3.87º 0.32% 0.62% -
HSV(B) 3.87º 0.33% 0.74% -
XYZ 32.49 28.16 23.46 -
YUV 146.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 188 130 126 0 0.31 0.33 0.26 3.87 0.32 0.62
Hex BC 82 7E 0 1F 21 1A 4 20 3E
Octal 274 202 176 0 37 41 32 4 40 76
Binary 10111100 10000010 1111110 0 11111 100001 11010 100 100000 111110

Color Harmonies of #BC827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC827E

Black with #BC827E

Text Example


Text Example

White with #BC827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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